]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - test.py
Added new HTTPServer that serves static files.
[quix0rs-apt-p2p.git] / test.py
diff --git a/test.py b/test.py
index 4cb499e2ec39a89b576e158743bbcbc3af86e11c..bd949fd1dfd1bfb220e7c1feb7e9bc905cf4be7b 100644 (file)
--- a/test.py
+++ b/test.py
@@ -1,10 +1,7 @@
+## Copyright 2002-2003 Andrew Loewenstern, All Rights Reserved
+# see LICENSE.txt for license information
+
 import unittest
 
-import ktable, khashmir
-import hash, node, knode
-import actions
-import btemplate
-import test_airhook
-import test_krpc
-tests = unittest.defaultTestLoader.loadTestsFromNames(['hash', 'node', 'knode', 'actions',  'ktable', 'test_airhook', 'test_krpc'])
+tests = unittest.defaultTestLoader.loadTestsFromNames(['khash', 'node', 'knode', 'actions',  'ktable', 'test_krpc'])
 result = unittest.TextTestRunner().run(tests)