Mercurial > hgsubversion
comparison tests/test_binaryfiles.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 | d741f536f23a |
comparison
equal
deleted
inserted
replaced
| 850:d3bc067c0f72 | 851:9ce00cb1d676 |
|---|---|
| 9 | 9 |
| 10 def test_binaryfiles_stupid(self): | 10 def test_binaryfiles_stupid(self): |
| 11 self.test_binaryfiles(True) | 11 self.test_binaryfiles(True) |
| 12 | 12 |
| 13 def suite(): | 13 def suite(): |
| 14 all = [unittest.TestLoader().loadTestsFromTestCase(TestFetchBinaryFiles), | 14 all_tests = [unittest.TestLoader().loadTestsFromTestCase(TestFetchBinaryFiles), |
| 15 ] | 15 ] |
| 16 return unittest.TestSuite(all) | 16 return unittest.TestSuite(all_tests) |
