diff options
Diffstat (limited to 'test/git/test_submodule.py')
-rwxr-xr-x | test/git/test_submodule.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/git/test_submodule.py b/test/git/test_submodule.py index c6f8613f..c724ed77 100755 --- a/test/git/test_submodule.py +++ b/test/git/test_submodule.py @@ -21,7 +21,6 @@ from git import * class test_Submodule(unittest.TestCase):
def setUp(self):
- raise Exception('we are here')
_p = tempfile.mkdtemp()
self.base_path = _p
demo_repos_file = fixture_path('sample_tree_of_repos_v2.zip')
|