Mercurial > hgsubversion
comparison tests/test_fetch_command.py @ 1044:d741f536f23a
tests: remove old test-loading infrastructure
(for those in the know, this is known as a suitectomy)
| author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
|---|---|
| date | Wed, 07 Aug 2013 16:00:52 +0200 |
| parents | b729909d3793 |
| children | 67e11b650e94 |
comparison
equal
deleted
inserted
replaced
| 1043:69a9fb45cad5 | 1044:d741f536f23a |
|---|---|
| 283 """ | 283 """ |
| 284 self.assertEqual(refgraph.strip(), graph.strip()) | 284 self.assertEqual(refgraph.strip(), graph.strip()) |
| 285 | 285 |
| 286 def test_fetch_movetotrunk_stupid(self): | 286 def test_fetch_movetotrunk_stupid(self): |
| 287 self.test_fetch_movetotrunk(stupid=True) | 287 self.test_fetch_movetotrunk(stupid=True) |
| 288 | |
| 289 def suite(): | |
| 290 all_tests = [unittest.TestLoader().loadTestsFromTestCase(TestBasicRepoLayout), | |
| 291 unittest.TestLoader().loadTestsFromTestCase(TestStupidPull), | |
| 292 ] | |
| 293 return unittest.TestSuite(all_tests) |
