]> git.mxchange.org Git - quix0rs-apt-p2p.git/blob - test.py
0dd3f419b2037ea9df867a5da253b32cabe53fac
[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)