Mercurial > hgsubversion
diff tests/test_fetch_branches.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 | 3df6ed4e7561 |
children | 903c9c9dfe6a |
line wrap: on
line diff
--- a/tests/test_fetch_branches.py +++ b/tests/test_fetch_branches.py @@ -161,8 +161,3 @@ class TestFetchBranches(test_util.TestBa def test_replace_branch_with_branch_stupid(self, stupid=False): self.test_replace_branch_with_branch(True) - -def suite(): - all_tests = [unittest.TestLoader().loadTestsFromTestCase(TestFetchBranches), - ] - return unittest.TestSuite(all_tests)