]> git.mxchange.org Git - quix0rs-apt-p2p.git/commitdiff
updated for new khashmir
authorburris <burris>
Fri, 6 Sep 2002 18:39:42 +0000 (18:39 +0000)
committerburris <burris>
Fri, 6 Sep 2002 18:39:42 +0000 (18:39 +0000)
test.py

diff --git a/test.py b/test.py
index 2d785ead61356bc72e5b4cbe7c10f9674653c6cb..f8ba5c0e391cb1c9b93fa1755ed96f3e96fa5845 100644 (file)
--- a/test.py
+++ b/test.py
@@ -1,9 +1,9 @@
 import unittest
 
-import hash, node, messages
-import ktable, transactions, khashmir
-import protocol
+import ktable, khashmir
+import hash, node, knode
+import actions, xmlrpcclient
 import bencode, btemplate
 
-tests = unittest.defaultTestLoader.loadTestsFromNames(['hash', 'node', 'bencode', 'btemplate', 'messages', 'transactions', 'ktable', 'protocol'])
+tests = unittest.defaultTestLoader.loadTestsFromNames(['hash', 'node', 'knode', 'bencode', 'btemplate', 'actions',  'ktable', 'xmlrpcclient'])
 result = unittest.TextTestRunner().run(tests)