Mercurial > hgsubversion
comparison tests/test_push_eol.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 | 04729f3a3d17 |
children | 2d7398fffd0d |
comparison
equal
deleted
inserted
replaced
1043:69a9fb45cad5 | 1044:d741f536f23a |
---|---|
31 def test_push_dirs(self): | 31 def test_push_dirs(self): |
32 self._test_push_dirs(False) | 32 self._test_push_dirs(False) |
33 | 33 |
34 def test_push_dirs_stupid(self): | 34 def test_push_dirs_stupid(self): |
35 self._test_push_dirs(True) | 35 self._test_push_dirs(True) |
36 | |
37 def suite(): | |
38 all_tests = [unittest.TestLoader().loadTestsFromTestCase(TestPushEol), | |
39 ] | |
40 return unittest.TestSuite(all_tests) |