comparison tests/comprehensive/test_verify.py @ 851:9ce00cb1d676

Merge alternate tunnel schemes.
author Augie Fackler <durin42@gmail.com>
date Sat, 25 Feb 2012 14:51:22 -0600
parents 312b37bc5e20
children
comparison
equal deleted inserted replaced
850:d3bc067c0f72 851:9ce00cb1d676
49 # attrs[name] = buildmethod(case, name, True, 'single') 49 # attrs[name] = buildmethod(case, name, True, 'single')
50 50
51 VerifyTests = type('VerifyTests', (test_util.TestBase,), attrs) 51 VerifyTests = type('VerifyTests', (test_util.TestBase,), attrs)
52 52
53 def suite(): 53 def suite():
54 all = [unittest.TestLoader().loadTestsFromTestCase(VerifyTests)] 54 all_tests = [unittest.TestLoader().loadTestsFromTestCase(VerifyTests)]
55 return unittest.TestSuite(all) 55 return unittest.TestSuite(all_tests)