]> git.mxchange.org Git - quix0rs-apt-p2p.git/blob - test.py
this is the new khashmir, now based on Twisted and XML-RPC
[quix0rs-apt-p2p.git] / test.py
1 import unittest
2
3 import hash, node, messages
4 import ktable, transactions, khashmir
5 import protocol
6 import bencode, btemplate
7
8 tests = unittest.defaultTestLoader.loadTestsFromNames(['hash', 'node', 'bencode', 'btemplate', 'messages', 'transactions', 'ktable', 'protocol'])
9 result = unittest.TextTestRunner().run(tests)