loguru/tests/exceptions/source/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.py Add unit tests to validate exception formatting of new Python syntax 2023-09-08 23:22:28 +02:00
f_string.py Fix f-string formatting in traceback of Python 3.12 2023-09-11 11:01:57 +02:00
grouped_as_cause_and_context.py Add support for formatting of "ExceptionGroup" errors (#805) 2023-09-08 19:40:57 +02:00
grouped_max_depth.py Add support for formatting of "ExceptionGroup" errors (#805) 2023-09-08 19:40:57 +02:00
grouped_max_length.py Add support for formatting of "ExceptionGroup" errors (#805) 2023-09-08 19:40:57 +02:00
grouped_nested.py Add support for formatting of "ExceptionGroup" errors (#805) 2023-09-08 19:40:57 +02:00
grouped_simple.py Add support for formatting of "ExceptionGroup" errors (#805) 2023-09-08 19:40:57 +02:00
grouped_with_cause_and_context.py Add support for formatting of "ExceptionGroup" errors (#805) 2023-09-08 19:40:57 +02:00
match_statement.py Add unit tests to validate exception formatting of new Python syntax 2023-09-08 23:22:28 +02:00
notes.py Fix formatting of possible notes added to an Exception (#980) 2023-09-09 17:07:30 +02:00
positional_only_argument.py Add unit tests to validate exception formatting of new Python syntax 2023-09-08 23:22:28 +02:00
type_hints.py Add unit tests to validate exception formatting of new Python syntax 2023-09-08 23:22:28 +02:00
walrus_operator.py Add unit tests to validate exception formatting of new Python syntax 2023-09-08 23:22:28 +02:00