Mercurial > hgsubversion
comparison tests/test_fetch_mappings.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 | 64d961130a07 |
children | bc71d8c8fde9 |
comparison
equal
deleted
inserted
replaced
1043:69a9fb45cad5 | 1044:d741f536f23a |
---|---|
366 self.assertEqual(self.repo['tip'].description(), 'blyf') | 366 self.assertEqual(self.repo['tip'].description(), 'blyf') |
367 | 367 |
368 | 368 |
369 def test_empty_log_message_stupid(self): | 369 def test_empty_log_message_stupid(self): |
370 self.test_empty_log_message(True) | 370 self.test_empty_log_message(True) |
371 | |
372 def suite(): | |
373 return unittest.TestLoader().loadTestsFromTestCase(MapTests) |