diff options
| author | D.Dotsenko <dotsa@hotmail.com> | 2010-10-31 09:17:07 -0700 |
|---|---|---|
| committer | D.Dotsenko <dotsa@hotmail.com> | 2010-10-31 09:17:07 -0700 |
| commit | 31508e14495cbe338204e476f3c2ccd368cb57fc (patch) | |
| tree | c8ee34684dd498895d4068b912f30753b34a7696 /test | |
| parent | cf537d01f86902cc6a0d24e9cd4d3c8313aec695 (diff) | |
| download | GitPython-31508e14495cbe338204e476f3c2ccd368cb57fc.tar.gz GitPython-31508e14495cbe338204e476f3c2ccd368cb57fc.zip | |
Remove forgotten testing code from test_submodule.py
Diffstat (limited to 'test')
| -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')
|
