2dc44dd461ae3ee69f3dbf9185adbf29a030a3fe
[quix0rs-apt-p2p.git] / test.py
1 import unittest
2
3 import ktable, khashmir
4 import hash, node, knode
5 import actions, xmlrpcclient
6 import btemplate
7
8 tests = unittest.defaultTestLoader.loadTestsFromNames(['hash', 'node', 'knode', 'btemplate', 'actions',  'ktable', 'xmlrpcclient'])
9 result = unittest.TextTestRunner().run(tests)