comparison 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
comparison
equal deleted inserted replaced
1043:69a9fb45cad5 1044:d741f536f23a
98 98
99 return replaced 99 return replaced
100 100
101 def _patchbackend_raise(*p, **kw): 101 def _patchbackend_raise(*p, **kw):
102 raise mercurial.patch.PatchError("patch failed") 102 raise mercurial.patch.PatchError("patch failed")
103
104 def suite():
105 import unittest, sys
106 return unittest.findTestCases(sys.modules[__name__])