Mercurial > hgsubversion
diff tests/test_pull_fallback.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 | dfb3afa6c619 |
children | f6c9394032cb |
line wrap: on
line diff
--- a/tests/test_pull_fallback.py +++ b/tests/test_pull_fallback.py @@ -100,7 +100,3 @@ def _monkey_unpatch(to_patch, start=None def _patchbackend_raise(*p, **kw): raise mercurial.patch.PatchError("patch failed") - -def suite(): - import unittest, sys - return unittest.findTestCases(sys.modules[__name__])