comparison tests/test_push_dirs.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 db3a651494f9
children 2d7398fffd0d
comparison
equal deleted inserted replaced
1043:69a9fb45cad5 1044:d741f536f23a
101 'new_dir/new', 101 'new_dir/new',
102 'tag_r3', 102 'tag_r3',
103 'tag_r3/alpha', 103 'tag_r3/alpha',
104 'tag_r3/beta', 104 'tag_r3/beta',
105 'tag_r3/new']) 105 'tag_r3/new'])
106
107 def suite():
108 all_tests = [unittest.TestLoader().loadTestsFromTestCase(TestPushDirectories),
109 ]
110 return unittest.TestSuite(all_tests)