diff options
Diffstat (limited to 'test/git/test_repo.py')
-rw-r--r-- | test/git/test_repo.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/git/test_repo.py b/test/git/test_repo.py index fb6e1450..a6047bf5 100644 --- a/test/git/test_repo.py +++ b/test/git/test_repo.py @@ -575,4 +575,6 @@ class TestRepo(TestBase): sm = rwrepo.create_submodule("my_new_sub", "some_path", join_path_native(self.rorepo.working_tree_dir, sm.path)) assert isinstance(sm, Submodule) + # note: the rest of this functionality is tested in test_submodule + |