Commit Graph

6 Commits (6905dc4e8d61f5753348f15d7636a70b68755c64)

Author SHA1 Message Date
Alex Willmer 7e01c5bed5 Import and use unittest2 without aliasing it 7 years ago
Alex Willmer e8e023ce59 Use specific TestCase assertions throughout tests
e.g. assert x == y -> self.assertEqual(x, y);
self.assertTrue(isinstance(x, y)) -> self.assertIsInstance(x, y)

These specific methods give more useful errors in the case of a test
failure.
7 years ago
Alex Willmer 17da6e9998 Use unittest2 in all tests
This allows using features such as TestCase,assertIsInstance on Python
2.6 and earlier.
7 years ago
David Wilson d17af194b5 Fix importer_test constructor signature. 7 years ago
David Wilson ced6d8e404 Fix up importer_test. 7 years ago
David Wilson e7ff6259a3 Initial commit. 7 years ago