We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf537d0 commit 31508e1Copy full SHA for 31508e1
test/git/test_submodule.py
@@ -21,7 +21,6 @@
21
class test_Submodule(unittest.TestCase):
22
23
def setUp(self):
24
- raise Exception('we are here')
25
_p = tempfile.mkdtemp()
26
self.base_path = _p
27
demo_repos_file = fixture_path('sample_tree_of_repos_v2.zip')
0 commit comments