mirror of https://github.com/Delgan/loguru.git
55 lines
2.9 KiB
Plaintext
55 lines
2.9 KiB
Plaintext
|
||
[33m[1mTraceback (most recent call last):[0m
|
||
|
||
File "[32mtests/exceptions/source/ownership/[0m[32m[1mstring_source.py[0m", line [33m19[0m, in [35m<module>[0m
|
||
[1mtest[0m[1m([0m[1mbacktrace[0m[35m[1m=[0m[36m[1mTrue[0m[1m,[0m [1mcolorize[0m[35m[1m=[0m[36m[1mTrue[0m[1m,[0m [1mdiagnose[0m[35m[1m=[0m[36m[1mTrue[0m[1m)[0m
|
||
[36m└ [0m[36m[1m<function test at 0xDEADBEEF>[0m
|
||
|
||
> File "[32mtests/exceptions/source/ownership/[0m[32m[1mstring_source.py[0m", line [33m14[0m, in [35mtest[0m
|
||
[1mexec[0m[1m([0m[36m"foo()"[0m[1m)[0m
|
||
|
||
File "<string>", line 1, in <module>
|
||
|
||
File "[32mtests/exceptions/source/ownership/[0m[32m[1mstring_source.py[0m", line [33m11[0m, in [35mfoo[0m
|
||
[34m[1m1[0m [35m[1m/[0m [34m[1m0[0m
|
||
|
||
[31m[1mZeroDivisionError[0m:[1m division by zero[0m
|
||
|
||
[33m[1mTraceback (most recent call last):[0m
|
||
|
||
File "[32mtests/exceptions/source/ownership/[0m[32m[1mstring_source.py[0m", line [33m14[0m, in [35mtest[0m
|
||
[1mexec[0m[1m([0m[36m"foo()"[0m[1m)[0m
|
||
|
||
File "<string>", line 1, in <module>
|
||
|
||
File "[32mtests/exceptions/source/ownership/[0m[32m[1mstring_source.py[0m", line [33m11[0m, in [35mfoo[0m
|
||
[34m[1m1[0m [35m[1m/[0m [34m[1m0[0m
|
||
|
||
[31m[1mZeroDivisionError[0m:[1m division by zero[0m
|
||
|
||
[33m[1mTraceback (most recent call last):[0m
|
||
File "[32mtests/exceptions/source/ownership/[0m[32m[1mstring_source.py[0m", line [33m21[0m, in [35m<module>[0m
|
||
[1mtest[0m[1m([0m[1mbacktrace[0m[35m[1m=[0m[36m[1mTrue[0m[1m,[0m [1mcolorize[0m[35m[1m=[0m[36m[1mTrue[0m[1m,[0m [1mdiagnose[0m[35m[1m=[0m[36m[1mFalse[0m[1m)[0m
|
||
> File "[32mtests/exceptions/source/ownership/[0m[32m[1mstring_source.py[0m", line [33m14[0m, in [35mtest[0m
|
||
[1mexec[0m[1m([0m[36m"foo()"[0m[1m)[0m
|
||
File "<string>", line 1, in <module>
|
||
File "[32mtests/exceptions/source/ownership/[0m[32m[1mstring_source.py[0m", line [33m11[0m, in [35mfoo[0m
|
||
[34m[1m1[0m [35m[1m/[0m [34m[1m0[0m
|
||
[31m[1mZeroDivisionError[0m:[1m division by zero[0m
|
||
|
||
[33m[1mTraceback (most recent call last):[0m
|
||
File "[32mtests/exceptions/source/ownership/[0m[32m[1mstring_source.py[0m", line [33m14[0m, in [35mtest[0m
|
||
[1mexec[0m[1m([0m[36m"foo()"[0m[1m)[0m
|
||
File "<string>", line 1, in <module>
|
||
File "[32mtests/exceptions/source/ownership/[0m[32m[1mstring_source.py[0m", line [33m11[0m, in [35mfoo[0m
|
||
[34m[1m1[0m [35m[1m/[0m [34m[1m0[0m
|
||
[31m[1mZeroDivisionError[0m:[1m division by zero[0m
|
||
|
||
Traceback (most recent call last):
|
||
File "tests/exceptions/source/ownership/string_source.py", line 14, in test
|
||
exec("foo()")
|
||
File "<string>", line 1, in <module>
|
||
File "tests/exceptions/source/ownership/string_source.py", line 11, in foo
|
||
1 / 0
|
||
ZeroDivisionError: division by zero
|