From: burris Date: Fri, 6 Sep 2002 18:39:42 +0000 (+0000) Subject: updated for new khashmir X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=601b2bcc7d9c843b733b5b2209d464defd09e180;p=quix0rs-apt-p2p.git updated for new khashmir --- diff --git a/test.py b/test.py index 2d785ea..f8ba5c0 100644 --- 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)