Mercurial > hgsubversion
comparison tests/test_svn_pre_commit_hooks.py @ 1044:d741f536f23a
tests: remove old test-loading infrastructure
(for those in the know, this is known as a suitectomy)
| author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
|---|---|
| date | Wed, 07 Aug 2013 16:00:52 +0200 |
| parents | cf53cfaaa050 |
| children | cff81f35b31e |
comparison
equal
deleted
inserted
replaced
| 1043:69a9fb45cad5 | 1044:d741f536f23a |
|---|---|
| 27 def test_push_with_pre_commit_hooks(self): | 27 def test_push_with_pre_commit_hooks(self): |
| 28 changes = [('narf/a', 'narf/a', 'ohai',), | 28 changes = [('narf/a', 'narf/a', 'ohai',), |
| 29 ] | 29 ] |
| 30 self.commitchanges(changes) | 30 self.commitchanges(changes) |
| 31 self.assertRaises(util.Abort, self.pushrevisions) | 31 self.assertRaises(util.Abort, self.pushrevisions) |
| 32 | |
| 33 def suite(): | |
| 34 return unittest.findTestCases(sys.modules[__name__]) |
