Clean up all the imports.
[quix0rs-apt-p2p.git] / test.py
1 ## Copyright 2002-2003 Andrew Loewenstern, All Rights Reserved
2 # see LICENSE.txt for license information
3
4 import unittest
5
6 tests = unittest.defaultTestLoader.loadTestsFromNames(['hash', 'node', 'knode', 'actions',  'ktable', 'test_krpc'])
7 result = unittest.TextTestRunner().run(tests)