summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-08-04separate more integration testsBryan Bishop
2013-08-04move TestEncodedText into tests/integration/Bryan Bishop
2013-08-04move a TestAsmList test into tests/integrations/Bryan Bishop
2013-08-04clean up the formatting in test_write_all_labelsBryan Bishop
2013-08-04remove a file that was created during a testBryan Bishop
2013-08-04separate some of the integration testsBryan Bishop
These tests require extra assets to complete. At the moment they shouldn't work because the data isn't available.
2013-08-04remove unused imports from tests.pyBryan Bishop
2013-08-04remove a useless testBryan Bishop
2013-08-04remove test helpers and meta testingBryan 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-04remove unused modules from test helpersBryan Bishop
2013-08-04split meta-testing into separate filesBryan Bishop
2013-08-04remove python2.6 check in tests.pyBryan 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-03fix import lines in tests/Bryan Bishop
2013-08-03make a basic python moduleBryan Bishop