]> git.mxchange.org Git - quix0rs-apt-p2p.git/blob - test.py
Make it also work from the command-line.
[quix0rs-apt-p2p.git] / test.py
1 ## Copyright 2002-2003 Andrew Loewenstern, All Rights Reserved
2 # see LICENSE.txt for license information
3
4 import unittest
5
6 tests = unittest.defaultTestLoader.loadTestsFromNames(['khash', 'node', 'knode', 'actions',  'ktable', 'test_krpc'])
7 result = unittest.TextTestRunner().run(tests)