diff options
Diffstat (limited to 'git/test/test_repo.py')
-rw-r--r-- | git/test/test_repo.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/git/test/test_repo.py b/git/test/test_repo.py index 3abd9cd0..046b20a7 100644 --- a/git/test/test_repo.py +++ b/git/test/test_repo.py @@ -365,6 +365,11 @@ class TestRepo(TestBase): pass # END for each config level + def test_config_level_paths(self): + for config_level in self.rorepo.config_level: + assert self.rorepo._get_config_path(config_level) + # end for each config level + def test_creation_deletion(self): # just a very quick test to assure it generally works. There are # specialized cases in the test_refs module |