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

0
Tests/__init__.py Normal file
View File