Commit Graph

8 Commits (3dd062bc18c1328e0bfb4291e572f6f6da3957c5)

Author SHA1 Message Date
Alex Willmer 110eba05ce Import and use unittest2 without aliasing it 7 years ago
Alex Willmer 81a77a453a 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 9351a44784 Use unittest2 in all tests
This allows using features such as TestCase,assertIsInstance on Python
2.6 and earlier.
7 years ago
David Wilson 9e884d3d8b tests: stop fakessh spamming the logs 7 years ago
David Wilson c585f1bc5a fakessh: Add integration test for inter-child rsync. 7 years ago
David Wilson d6d83b3fac fakessh: cleanup master test. 7 years ago
David Wilson d9bf091e6f Simple working fakessh_test. 7 years ago
David Wilson ef86b68dcd Import random old test scripts into tests/ dir. 7 years ago