We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c0f307 + 50d7ddb commit 6aa7fc5Copy full SHA for 6aa7fc5
2 files changed
test/fixtures/diff_index_patch
@@ -96,5 +96,5 @@ index ce0f64f2261bd8de063233108caac1f26742c1fd..4de26f8884fd048ac7f10007f2bf7c7f
96
+ assert len(res) == 3
97
+
98
def test_diff_patch_format(self):
99
- # test all of the 'old' format diffs for completness - it should at least
+ # test all of the 'old' format diffs for completeness - it should at least
100
# be able to deal with it
test/test_submodule.py
@@ -266,8 +266,8 @@ def _do_base_tests(self, rwrepo):
266
sm.module().head.ref = smref
267
csm.module().head.ref.set_tracking_branch(csm_tracking_branch)
268
269
- # REMOVAL OF REPOSITOTRY
270
- ########################
+ # REMOVAL OF REPOSITORY
+ #######################
271
# must delete something
272
self.assertRaises(ValueError, csm.remove, module=False, configuration=False)
273
0 commit comments