comparison tests/comprehensive/test_verify_and_startrev.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 b729909d3793
children 36fe4b316a6b
comparison
equal deleted inserted replaced
1043:69a9fb45cad5 1044:d741f536f23a
108 # verify this plus even more. 108 # verify this plus even more.
109 # name = bname + '_single_stupid' 109 # name = bname + '_single_stupid'
110 # attrs[name] = buildmethod(case, name, True, 'single') 110 # attrs[name] = buildmethod(case, name, True, 'single')
111 111
112 VerifyTests = type('VerifyTests', (test_util.TestBase,), attrs) 112 VerifyTests = type('VerifyTests', (test_util.TestBase,), attrs)
113
114 def suite():
115 all_tests = [unittest.TestLoader().loadTestsFromTestCase(VerifyTests)]
116 return unittest.TestSuite(all_tests)