Page MenuHomeSoftware Heritage

Jenkins > .tox.py3.lib.python3.7.site-packages.swh.journal.pytest_plugin::swh.journal.pytest_plugin.ensure_lists
Failed

TEST RESULT

Run At
Dec 17 2020, 1:23 PM
Details
021 022 >>> ensure_lists(["foo", 42]) 023 ['foo', 42] 024 >>> ensure_lists(("foo", 42)) 025 ['foo', 42] 026 >>> ensure_lists({"a": ["foo", 42]}) Expected: {"a": ['foo', 42]} Got: {'a': ['foo', 42]} /var/lib/jenkins/workspace/DJNL/tests-on-diff/.tox/py3/lib/python3.7/site-packages/swh/journal/pytest_plugin.py:26: DocTestFailure