self = <swh.loader.svn.tests.test_loader.SvnLoaderTest10 testMethod=test_load>
def test_load(self):
"""Load repo with mixed CRLF/LF endings (svn:eol-style:native) is ok
"""
self.loader.load()
expected_revisions = {
"9c6962eeb9164a636c374be700672355e34a98a7": "16aa6b6271f3456d4643999d234cf39fe3d0cc5a" # noqa
}
> self.assertRevisionsContain(expected_revisions)
.tox/py3/lib/python3.7/site-packages/swh/loader/svn/tests/test_loader.py:696:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox/py3/lib/python3.7/site-packages/swh/loader/core/tests/__init__.py:96: in assertRevisionsContain
self.assertNotIn(None, revs)
E AssertionError: None unexpectedly found in [None]
TEST RESULT
TEST RESULT
- Run At
- Jun 4 2020, 2:48 PM