X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/521b88411c09c30a2e498a96af1133eba87dd3a4..c5dbcd7993b17ddb2bbe9207f48408654cfd18ba:/tests/nothing.py diff --git a/tests/nothing.py b/tests/nothing.py new file mode 100755 index 0000000..f946bf9 --- /dev/null +++ b/tests/nothing.py @@ -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)