ripped out xmlrpc, experimented with xmlrpc but with bencode, finally
[quix0rs-apt-p2p.git] / test.py
1 import unittest
2
3 import ktable, khashmir
4 import hash, node, knode
5 import actions
6 import btemplate
7 import test_airhook
8
9 tests = unittest.defaultTestLoader.loadTestsFromNames(['hash', 'node', 'knode', 'actions',  'ktable', 'test_airhook'])
10 result = unittest.TextTestRunner().run(tests)