loguru/tests/exceptions/output/ownership/assertion_from_local.txt

40 lines
2.2 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Traceback (most recent call last):
File "tests/exceptions/source/ownership/assertion_from_local.py", line 20, in <module>
test(backtrace=True, colorize=True, diagnose=True)
└ <function test at 0xDEADBEEF>
> File "tests/exceptions/source/ownership/assertion_from_local.py", line 15, in test
assert a == b
 │ └ 2
 └ 1
AssertionError: assert a == b
Traceback (most recent call last):
File "tests/exceptions/source/ownership/assertion_from_local.py", line 15, in test
assert a == b
 │ └ 2
 └ 1
AssertionError: assert a == b
Traceback (most recent call last):
File "tests/exceptions/source/ownership/assertion_from_local.py", line 22, in <module>
test(backtrace=True, colorize=True, diagnose=False)
> File "tests/exceptions/source/ownership/assertion_from_local.py", line 15, in test
assert a == b
AssertionError
Traceback (most recent call last):
File "tests/exceptions/source/ownership/assertion_from_local.py", line 15, in test
assert a == b
AssertionError
Traceback (most recent call last):
File "tests/exceptions/source/ownership/assertion_from_local.py", line 15, in test
assert a == b
AssertionError