Traceback (most recent call last): File "/tmp/pytest-of-xxx/pytest-xxx/test_abc.py", line 123, in test_foo assert bar == baz AssertionError: assert 'hello' == 'world' + where 'hello' = () - where 'world' = ()