chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
borrow some test naming conventions from disorder.unicode
[disorder]
/
tests
/
nothing.py
diff --git
a/tests/nothing.py
b/tests/nothing.py
index aeb0308f0b5efbf3f5f73212bb5a67daa1ccc0db..f3bdeb94e777784c8390f5a59ff386db18d314f3 100755
(executable)
--- a/
tests/nothing.py
+++ b/
tests/nothing.py
@@
-22,9
+22,8
@@
import dtest,time
def test():
"""Just start the server and then stop it a few seconds later"""
- dtest.start()
+ dtest.start
_daemon
()
time.sleep(2)
- dtest.stop()
if __name__ == '__main__':
dtest.run()