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.
1 parent 7ca97dc commit 01a96b9Copy full SHA for 01a96b9
test/test_repo.py
@@ -422,7 +422,7 @@ def test_tag_to_full_tag_path(self):
422
self.rorepo.tag(tag)
423
except ValueError as valueError:
424
value_errors.append(valueError.args[0])
425
- raise ValueError('. '.join(value_errors))
+ self.assertEqual(value_errors, [])
426
427
def test_archive(self):
428
tmpfile = tempfile.mktemp(suffix='archive-test')
0 commit comments