loguru/tests/exceptions/output/modern
Delgan f1e94ab838 Fix f-string formatting in traceback of Python 3.12
In Python 3.12, new tokens were added to "tokenize" module in order to
differentiate simple strings and f-string. Additionally, the expressions
inside the f-string are properly parsed as well. The unit tests have
been updated consequently.
2023-09-11 11:01:57 +02:00
..
exception_group_catch.txt Add unit tests to validate exception formatting of new Python syntax 2023-09-08 23:22:28 +02:00
f_string.txt Fix f-string formatting in traceback of Python 3.12 2023-09-11 11:01:57 +02:00
grouped_as_cause_and_context.txt Add support for formatting of "ExceptionGroup" errors (#805) 2023-09-08 19:40:57 +02:00
grouped_max_depth.txt Add support for formatting of "ExceptionGroup" errors (#805) 2023-09-08 19:40:57 +02:00
grouped_max_length.txt Add support for formatting of "ExceptionGroup" errors (#805) 2023-09-08 19:40:57 +02:00
grouped_nested.txt Add support for formatting of "ExceptionGroup" errors (#805) 2023-09-08 19:40:57 +02:00
grouped_simple.txt Add support for formatting of "ExceptionGroup" errors (#805) 2023-09-08 19:40:57 +02:00
grouped_with_cause_and_context.txt Add support for formatting of "ExceptionGroup" errors (#805) 2023-09-08 19:40:57 +02:00
match_statement.txt Add unit tests to validate exception formatting of new Python syntax 2023-09-08 23:22:28 +02:00
notes.txt Fix formatting of possible notes added to an Exception (#980) 2023-09-09 17:07:30 +02:00
positional_only_argument.txt Add unit tests to validate exception formatting of new Python syntax 2023-09-08 23:22:28 +02:00
type_hints.txt Add unit tests to validate exception formatting of new Python syntax 2023-09-08 23:22:28 +02:00
walrus_operator.txt Add unit tests to validate exception formatting of new Python syntax 2023-09-08 23:22:28 +02:00