comparison tests/comprehensive/test_stupid_pull.py @ 832:e9af7eba88db

globally: clean up whitespace around operators and commas to conform with PEP8 Mostly autoformatted by Eclipse. A few manual corrections were performed where Eclipse's autoformatter did something non-idiomatic.
author Yonggang Luo <luoyonggang@gmail.com>
date Wed, 12 Oct 2011 15:35:25 +0800
parents f28e0f54a6ef
children 312b37bc5e20
comparison
equal deleted inserted replaced
831:be5bbb2f2d68 832:e9af7eba88db
50 if case != 'branchtagcollision.svndump': 50 if case != 'branchtagcollision.svndump':
51 attrs[name] = buildmethod(case, name, 'auto') 51 attrs[name] = buildmethod(case, name, 'auto')
52 name += '_single' 52 name += '_single'
53 attrs[name] = buildmethod(case, name, 'single') 53 attrs[name] = buildmethod(case, name, 'single')
54 54
55 StupidPullTests = type('StupidPullTests', (test_util.TestBase, ), attrs) 55 StupidPullTests = type('StupidPullTests', (test_util.TestBase,), attrs)
56 56
57 57
58 def suite(): 58 def suite():
59 all = [unittest.TestLoader().loadTestsFromTestCase(StupidPullTests), 59 all = [unittest.TestLoader().loadTestsFromTestCase(StupidPullTests),
60 ] 60 ]