add test framework

- add the ability to run tests from the top level directory via
  'python setup.py test'
- translate runtest.py into a test that runs under this framework
- add a __main__ section to Tests/runtest.py and change its indent to 4
  spaces; make no other changes to this script
This commit is contained in:
Mike Beachy
2014-02-22 17:33:18 -05:00
parent edd25afad3
commit 61bb875248
4 changed files with 99 additions and 34 deletions

View File

@@ -48,4 +48,5 @@ using the tutorial http://propka.ki.ku.dk/~luca/wiki/index.php/PROPKA_3.1_Tutori
],
},
zip_safe=True,
test_suite="Tests",
)