Commit Graph

8 Commits

Author SHA1 Message Date
Bryan Bishop
cddfe3804d fix a few imports for testing an old func 2013-11-09 15:10:06 -06:00
Bryan Bishop
05c396ddd9 remove an unused import from integration tests 2013-09-12 01:15:01 -05:00
Bryan Bishop
74a9f14502 move index and grouper into helpers.py 2013-09-01 15:33:52 -05:00
Bryan Bishop
4a00cfac15 make the TestPostParsing test case work again
It needs to be a subclass of unittest.TestCase in order to get any of
the testing methods. Otherwise all of the tests fail when nosetests
finds those tests.
2013-09-01 14:29:31 -05:00
Bryan Bishop
5c32531c48 separate more integration tests 2013-08-04 14:27:36 -05:00
Bryan Bishop
4aacc3bf3e move TestEncodedText into tests/integration/ 2013-08-04 14:16:44 -05:00
Bryan Bishop
782f6fee10 move a TestAsmList test into tests/integrations/ 2013-08-04 14:00:56 -05:00
Bryan Bishop
09ac98ba7a separate some of the integration tests
These tests require extra assets to complete. At the moment they
shouldn't work because the data isn't available.
2013-08-04 13:43:16 -05:00