diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-18 11:41:16 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-18 11:41:16 +0100 |
commit | 0c1834134ce177cdbd30a56994fcc4bf8f5be8b2 (patch) | |
tree | 28f9e202ddfc05f5356f30eaa6ca8f259d1c9e7e /test/git/test_repo.py | |
parent | 82849578e61a7dfb47fc76dcbe18b1e3b6a36951 (diff) | |
download | gitpython-0c1834134ce177cdbd30a56994fcc4bf8f5be8b2.tar.gz |
Added test-setup which can test all aspects of the (smart) update method
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 + |