chiark / gitweb /
Convert track names and input lines to NFC. This is a database format
[disorder] / tests / nothing.py
CommitLineData
c5dbcd79
RK
1#! /usr/bin/env python
2import dtest,time
3
4def test():
5 """Just start the server and then stop it a few seconds later"""
f9635e06 6 time.sleep(2)
c5dbcd79
RK
7
8if __name__ == '__main__':
9 dtest.run(test)