comparison tests/test_tags.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 5bacb9c63e3e
children 58b2d84df5e7
comparison
equal deleted inserted replaced
1043:69a9fb45cad5 1044:d741f536f23a
273 """ 273 """
274 self._test_tags('renametagdir.svndump', expected, stupid=stupid) 274 self._test_tags('renametagdir.svndump', expected, stupid=stupid)
275 275
276 def test_tagging_into_tag_stupid(self): 276 def test_tagging_into_tag_stupid(self):
277 self.test_tagging_into_tag(True) 277 self.test_tagging_into_tag(True)
278
279
280 def suite():
281 return unittest.TestLoader().loadTestsFromTestCase(TestTags)