chiark / gitweb /
skeletal test infrastructure
[disorder] / tests / nothing.py
diff --git a/tests/nothing.py b/tests/nothing.py
new file mode 100755 (executable)
index 0000000..f946bf9
--- /dev/null
@@ -0,0 +1,9 @@
+#! /usr/bin/env python
+import dtest,time
+
+def test():
+    """Just start the server and then stop it a few seconds later"""
+    time.sleep(5)
+
+if __name__ == '__main__':
+    dtest.run(test)