Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-04 | separate more integration tests | Bryan Bishop | |
2013-08-04 | move TestEncodedText into tests/integration/ | Bryan Bishop | |
2013-08-04 | move a TestAsmList test into tests/integrations/ | Bryan Bishop | |
2013-08-04 | clean up the formatting in test_write_all_labels | Bryan Bishop | |
2013-08-04 | remove a file that was created during a test | Bryan Bishop | |
2013-08-04 | separate some of the integration tests | Bryan Bishop | |
These tests require extra assets to complete. At the moment they shouldn't work because the data isn't available. | |||
2013-08-04 | remove unused imports from tests.py | Bryan Bishop | |
2013-08-04 | remove a useless test | Bryan Bishop | |
2013-08-04 | remove test helpers and meta testing | Bryan Bishop | |
The meta testing code was really redundant. There are libraries and tools already made for coverage tests. Also, it was causing a problem with the unit testing because importing the unittest module inside of another included module is apparently broken. Why would that be broken? | |||
2013-08-04 | remove unused modules from test helpers | Bryan Bishop | |
2013-08-04 | split meta-testing into separate files | Bryan Bishop | |
2013-08-04 | remove python2.6 check in tests.py | Bryan Bishop | |
There's no way that this library supports python2.6, and even if it does, it's not a target or something worth maintaining. | |||
2013-08-03 | fix import lines in tests/ | Bryan Bishop | |
2013-08-03 | make a basic python module | Bryan Bishop | |