]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - test.py
ripped out xmlrpc, experimented with xmlrpc but with bencode, finally
[quix0rs-apt-p2p.git] / test.py
diff --git a/test.py b/test.py
index 2dc44dd461ae3ee69f3dbf9185adbf29a030a3fe..0dd3f419b2037ea9df867a5da253b32cabe53fac 100644 (file)
--- a/test.py
+++ b/test.py
@@ -2,8 +2,9 @@ import unittest
 
 import ktable, khashmir
 import hash, node, knode
-import actions, xmlrpcclient
+import actions
 import btemplate
+import test_airhook
 
-tests = unittest.defaultTestLoader.loadTestsFromNames(['hash', 'node', 'knode', 'btemplate', 'actions',  'ktable', 'xmlrpcclient'])
+tests = unittest.defaultTestLoader.loadTestsFromNames(['hash', 'node', 'knode', 'actions',  'ktable', 'test_airhook'])
 result = unittest.TextTestRunner().run(tests)