loguru/tests/exceptions/output/modern/grouped_max_length.txt

86 lines
3.4 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.

+ Exception Group Traceback (most recent call last):
| File "tests/exceptions/source/modern/grouped_max_length.py", line 15, in <module>
| main()
| File "tests/exceptions/source/modern/grouped_max_length.py", line 8, in main
| raise ExceptionGroup("group", errors)
| ExceptionGroup: group (100 sub-exceptions)
+-+---------------- 1 ----------------
| ValueError: 0
+---------------- 2 ----------------
| ValueError: 1
+---------------- 3 ----------------
| ValueError: 2
+---------------- 4 ----------------
| ValueError: 3
+---------------- 5 ----------------
| ValueError: 4
+---------------- 6 ----------------
| ValueError: 5
+---------------- 7 ----------------
| ValueError: 6
+---------------- 8 ----------------
| ValueError: 7
+---------------- 9 ----------------
| ValueError: 8
+---------------- 10 ---------------
| ValueError: 9
+---------------- 11 ---------------
| ValueError: 10
+---------------- 12 ---------------
| ValueError: 11
+---------------- 13 ---------------
| ValueError: 12
+---------------- 14 ---------------
| ValueError: 13
+---------------- 15 ---------------
| ValueError: 14
+--------------- ... ---------------
| and 85 more exceptions
+------------------------------------
+ Exception Group Traceback (most recent call last):
|
| > File "tests/exceptions/source/modern/grouped_max_length.py", line 15, in <module>
| main()
| └ <function main at 0xDEADBEEF>
|
| File "tests/exceptions/source/modern/grouped_max_length.py", line 8, in main
| raise ExceptionGroup("group", errors)
|  └ [ValueError(0), ValueError(1), ValueError(2), ValueError(3), ValueError(4), ValueError(5), ValueError(6), ValueError(7), Valu...
|
| ExceptionGroup: group (100 sub-exceptions)
+-+---------------- 1 ----------------
| ValueError: 0
+---------------- 2 ----------------
| ValueError: 1
+---------------- 3 ----------------
| ValueError: 2
+---------------- 4 ----------------
| ValueError: 3
+---------------- 5 ----------------
| ValueError: 4
+---------------- 6 ----------------
| ValueError: 5
+---------------- 7 ----------------
| ValueError: 6
+---------------- 8 ----------------
| ValueError: 7
+---------------- 9 ----------------
| ValueError: 8
+---------------- 10 ---------------
| ValueError: 9
+---------------- 11 ---------------
| ValueError: 10
+---------------- 12 ---------------
| ValueError: 11
+---------------- 13 ---------------
| ValueError: 12
+---------------- 14 ---------------
| ValueError: 13
+---------------- 15 ---------------
| ValueError: 14
+--------------- ... ---------------
| and 85 more exceptions
+------------------------------------