get and get-global now return 555 for not found. The Python interface
[disorder] / tests / nothing.py
index 34cc706..c12443e 100755 (executable)
@@ -21,8 +21,8 @@
 import dtest,time
 
 def test():
-    """Just start the server and then stop it a few seconds later"""
-    time.sleep(5)
+    """Just start the server and then stop it"""
+    dtest.start_daemon()
 
 if __name__ == '__main__':
-    dtest.run(test)
+    dtest.run()