Commit Graph

6 Commits (e8e023ce5957388f2a18dcb414bdaaacda0252d5)

Author SHA1 Message Date
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 f8a84616d7 tests: stop responder_test spamming the logs 7 years ago
David Wilson 1449c972eb Allow running responder_test with unittest. 7 years ago
David Wilson e2d3ac9b6a Fixup some more tests. 7 years ago
David Wilson e7ff6259a3 Initial commit. 7 years ago