comparison tests/test_hooks.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 92bd7b3678ea
children 20850abfb91a
comparison
equal deleted inserted replaced
1043:69a9fb45cad5 1044:d741f536f23a
41 41
42 # Pull and make sure our updatemeta function gets called 42 # Pull and make sure our updatemeta function gets called
43 commands.pull(newrepo.ui, newrepo) 43 commands.pull(newrepo.ui, newrepo)
44 hgsubversion.svncommands.updatemeta = oldupdatemeta 44 hgsubversion.svncommands.updatemeta = oldupdatemeta
45 self.assertTrue(self.called) 45 self.assertTrue(self.called)
46
47 def suite():
48 return unittest.findTestCases(sys.modules[__name__])