mirror of https://github.com/Delgan/loguru.git
14 lines
800 B
Plaintext
14 lines
800 B
Plaintext
|
||
[33m[1mTraceback (most recent call last):[0m
|
||
|
||
File "[32mtests/exceptions/source/diagnose/[0m[32m[1massertion_error.py[0m", line [33m14[0m, in [35m<module>[0m
|
||
[1mfoo[0m[1m([0m[34m[1m9[0m[1m,[0m [34m[1m55[0m[1m)[0m
|
||
[36m└ [0m[36m[1m<function foo at 0xDEADBEEF>[0m
|
||
|
||
File "[32mtests/exceptions/source/diagnose/[0m[32m[1massertion_error.py[0m", line [33m10[0m, in [35mfoo[0m
|
||
[35m[1massert[0m [1mabc[0m [35m[1m>[0m [34m[1m10[0m [35m[1mand[0m [1mxyz[0m [35m[1m==[0m [34m[1m60[0m
|
||
[36m │ └ [0m[36m[1m55[0m
|
||
[36m └ [0m[36m[1m9[0m
|
||
|
||
[31m[1mAssertionError[0m: [35m[1massert[0m [1mabc[0m [35m[1m>[0m [34m[1m10[0m [35m[1mand[0m [1mxyz[0m [35m[1m==[0m [34m[1m60[0m
|