Mercurial > hgsubversion
comparison tests/test_fetch_branches.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 |
|---|---|
| 161 | 161 |
| 162 def test_replace_branch_with_branch_stupid(self, stupid=False): | 162 def test_replace_branch_with_branch_stupid(self, stupid=False): |
| 163 self.test_replace_branch_with_branch(True) | 163 self.test_replace_branch_with_branch(True) |
| 164 | 164 |
| 165 def suite(): | 165 def suite(): |
| 166 all = [unittest.TestLoader().loadTestsFromTestCase(TestFetchBranches), | 166 all_tests = [unittest.TestLoader().loadTestsFromTestCase(TestFetchBranches), |
| 167 ] | 167 ] |
| 168 return unittest.TestSuite(all) | 168 return unittest.TestSuite(all_tests) |
