]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - test.py
Add a manager for the client downloads and the tests for it.
[quix0rs-apt-p2p.git] / test.py
diff --git a/test.py b/test.py
index 0dd3f419b2037ea9df867a5da253b32cabe53fac..bd949fd1dfd1bfb220e7c1feb7e9bc905cf4be7b 100644 (file)
--- a/test.py
+++ b/test.py
@@ -1,10 +1,7 @@
-import unittest
+## Copyright 2002-2003 Andrew Loewenstern, All Rights Reserved
+# see LICENSE.txt for license information
 
-import ktable, khashmir
-import hash, node, knode
-import actions
-import btemplate
-import test_airhook
+import unittest
 
-tests = unittest.defaultTestLoader.loadTestsFromNames(['hash', 'node', 'knode', 'actions',  'ktable', 'test_airhook'])
+tests = unittest.defaultTestLoader.loadTestsFromNames(['khash', 'node', 'knode', 'actions',  'ktable', 'test_krpc'])
 result = unittest.TextTestRunner().run(tests)