Unit Tests

- Updated test class to conform to coding standards.
- Implemented TAP.py to allow Python unit tests.
This commit is contained in:
Paul Beckingham 2013-04-07 00:09:16 -04:00
parent d72c6567b0
commit 61fdc0da52
4 changed files with 230 additions and 97 deletions

1
test/.gitignore vendored
View file

@ -1,4 +1,5 @@
*.o
*.pyc
*.data
*.log
autocomplete.t