Commit Graph

6 Commits (fa0f390d4dd1bd50fdc39d96df1792b8d34f55e3)

Author SHA1 Message Date
Alex Willmer 7e01c5bed5 Import and use unittest2 without aliasing it 8 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.
8 years ago
Alex Willmer 17da6e9998 Use unittest2 in all tests
This allows using features such as TestCase,assertIsInstance on Python
2.6 and earlier.
8 years ago
David Wilson 236d83418c Simple scan_code_imports test. 8 years ago
David Wilson 1411790f56 master: make write_all() handle O_NONBLOCK and deadlines. 8 years ago
David Wilson db225638f0 core: Make iter_read() handle deadline (and non-blocking IO) properly 8 years ago