Mercurial > hgsubversion
comparison tests/test_push_eol.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 | 04729f3a3d17 |
comparison
equal
deleted
inserted
replaced
850:d3bc067c0f72 | 851:9ce00cb1d676 |
---|---|
35 | 35 |
36 def test_push_dirs_stupid(self): | 36 def test_push_dirs_stupid(self): |
37 self._test_push_dirs(True) | 37 self._test_push_dirs(True) |
38 | 38 |
39 def suite(): | 39 def suite(): |
40 all = [unittest.TestLoader().loadTestsFromTestCase(TestPushEol), | 40 all_tests = [unittest.TestLoader().loadTestsFromTestCase(TestPushEol), |
41 ] | 41 ] |
42 return unittest.TestSuite(all) | 42 return unittest.TestSuite(all_tests) |