pokemon-reverse-engineering-tools/tests/integration, branch vba-automation reverse engineering tools fix a few imports for testing an old func 2013-11-09T21:10:06+00:00 Bryan Bishop kanzure@gmail.com 2013-11-09T21:10:06+00:00 cddfe3804dcf7ef0f2a39e6d9af84f98b10355ef

remove an unused import from integration tests 2013-09-12T06:15:01+00:00 Bryan Bishop kanzure@gmail.com 2013-09-12T06:15:01+00:00 05c396ddd985bf690590aa920a4f771d5d02d7e1

move index and grouper into helpers.py 2013-09-01T20:33:52+00:00 Bryan Bishop kanzure@gmail.com 2013-09-01T20:33:52+00:00 74a9f14502a51f25f16be62135d28dc7adba6fbb

make the TestPostParsing test case work again 2013-09-01T19:29:31+00:00 Bryan Bishop kanzure@gmail.com 2013-09-01T19:29:31+00:00 4a00cfac15ffff044425a8c7d698f394d9a79cef 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.
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.
separate more integration tests 2013-08-04T19:27:36+00:00 Bryan Bishop kanzure@gmail.com 2013-08-04T19:27:36+00:00 5c32531c48ed0bb1cf2f191a78045cb4e0441fba

move TestEncodedText into tests/integration/ 2013-08-04T19:16:44+00:00 Bryan Bishop kanzure@gmail.com 2013-08-04T19:16:44+00:00 4aacc3bf3e1316363fcd26091e997cf218a4e26b

move a TestAsmList test into tests/integrations/ 2013-08-04T19:00:56+00:00 Bryan Bishop kanzure@gmail.com 2013-08-04T19:00:56+00:00 782f6fee10430464416ba8904fd7c6c7ea302779

separate some of the integration tests 2013-08-04T18:43:16+00:00 Bryan Bishop kanzure@gmail.com 2013-08-04T18:43:16+00:00 09ac98ba7a10a2cfd0e7ec46a7e280062df991e4 These tests require extra assets to complete. At the moment they shouldn't work because the data isn't available.
These tests require extra assets to complete. At the moment they
shouldn't work because the data isn't available.