diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-05-30 18:19:44 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-05-30 18:20:48 +0200 |
| commit | c192638aae09c1b5c087d67cc99dd4c7ec4ed916 (patch) | |
| tree | 470ec82de0142c26ea333a11d954a04c6f631f9f /git/test/db/test_base.py | |
| parent | 2bfc2e99111ef0e31f2bfda8a01c261a4f3f67cf (diff) | |
| download | GitPython-c192638aae09c1b5c087d67cc99dd4c7ec4ed916.tar.gz GitPython-c192638aae09c1b5c087d67cc99dd4c7ec4ed916.zip | |
Fixed all remaining python repository tests
Diffstat (limited to 'git/test/db/test_base.py')
| -rw-r--r-- | git/test/db/test_base.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/git/test/db/test_base.py b/git/test/db/test_base.py index 1dbf6fe7..2a882d0a 100644 --- a/git/test/db/test_base.py +++ b/git/test/db/test_base.py @@ -6,7 +6,9 @@ from lib import * from git.db import RefSpec class TestBase(TestDBBase): - + + needs_ro_repo = False + @with_rw_directory def test_basics(self, path): self.failUnlessRaises(ValueError, RefSpec, None, None) |
