Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-09 | fix a few imports for testing an old func | Bryan Bishop | |
2013-09-12 | remove an unused import from integration tests | Bryan Bishop | |
2013-09-01 | move index and grouper into helpers.py | Bryan Bishop | |
2013-09-01 | make the TestPostParsing test case work again | Bryan Bishop | |
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-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 | 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. |