diff options
Diffstat (limited to 'test/git/test_refs.py')
-rw-r--r-- | test/git/test_refs.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/git/test_refs.py b/test/git/test_refs.py index 1562310a..2665d93b 100644 --- a/test/git/test_refs.py +++ b/test/git/test_refs.py @@ -108,3 +108,11 @@ class TestRefs(TestBase): # type check self.failUnlessRaises(ValueError, setattr, cur_head, "reference", "that") + + + self.fail("head creation") + self.fail("head renaming") + self.fail("head removal") + self.fail("tag creation") + self.fail("tag deletion") + self.fail("remote deletion") |