From 0c1834134ce177cdbd30a56994fcc4bf8f5be8b2 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 18 Nov 2010 11:41:16 +0100 Subject: Added test-setup which can test all aspects of the (smart) update method --- test/git/test_repo.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/git/test_repo.py') 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 + -- cgit v1.2.1