loguru/tests/exceptions/output/others
Delgan a486a6c004
Fix repeated line not detected during exception formatting (#1239)
2024-11-24 14:04:07 +01:00
..
assertionerror_without_traceback.txt Fix error while formatting AssertionError/SyntaxError with no traceback 2019-03-31 10:57:04 +02:00
broken_but_decorated_repr.txt Fix possible infinite recursion with "__repr__" and "logger.catch()" (#1237) 2024-11-23 12:07:47 +01:00
catch_as_context_manager.txt Merge tests of catch wrapper with exceptions formatting 2019-04-05 16:42:33 +02:00
catch_as_decorator_with_parentheses.txt Ensure caller stack trace displayed with "catch()" decorator 2019-07-13 00:55:54 +02:00
catch_as_decorator_without_parentheses.txt Ensure caller stack trace displayed with "catch()" decorator 2019-07-13 00:55:54 +02:00
catch_as_function.txt Ensure caller stack trace displayed with "catch()" decorator 2019-07-13 00:55:54 +02:00
catch_message.txt Fix typos on error messages and some documentation (#336) 2020-09-27 09:19:58 +02:00
exception_formatting_coroutine.txt Ensure caller stack trace displayed with "catch()" decorator 2019-07-13 00:55:54 +02:00
exception_formatting_function.txt Ensure caller stack trace displayed with "catch()" decorator 2019-07-13 00:55:54 +02:00
exception_formatting_generator.txt Ensure caller stack trace displayed with "catch()" decorator 2019-07-13 00:55:54 +02:00
exception_in_property.txt Remove some noqa and adjust test reference files (#982) 2023-09-09 20:06:03 +02:00
handler_formatting_with_context_manager.txt Add support for Python 3.10 in tests and CI (#550) 2022-01-20 14:23:54 +01:00
handler_formatting_with_decorator.txt Ensure caller stack trace displayed with "catch()" decorator 2019-07-13 00:55:54 +02:00
level_name.txt Merge tests of catch wrapper with exceptions formatting 2019-04-05 16:42:33 +02:00
level_number.txt Merge tests of catch wrapper with exceptions formatting 2019-04-05 16:42:33 +02:00
message_formatting_with_context_manager.txt Add support for Python 3.10 in tests and CI (#550) 2022-01-20 14:23:54 +01:00
message_formatting_with_decorator.txt Ensure caller stack trace displayed with "catch()" decorator 2019-07-13 00:55:54 +02:00
nested_with_reraise.txt Remove some noqa and adjust test reference files (#982) 2023-09-09 20:06:03 +02:00
one_liner_recursion.txt Fix repeated line not detected during exception formatting (#1239) 2024-11-24 14:04:07 +01:00
recursion_error.txt Fix repeated line not detected during exception formatting (#1239) 2024-11-24 14:04:07 +01:00
repeated_lines.txt Fix repeated line not detected during exception formatting (#1239) 2024-11-24 14:04:07 +01:00
syntaxerror_without_traceback.txt Fix unit tests for exception formatting for Python 3.9 2021-03-13 15:43:31 +01:00
sys_tracebacklimit.txt Add a way to limit exceptions traceback using "sys.tracebacklimit" (#77) 2019-04-06 17:37:21 +02:00
sys_tracebacklimit_negative.txt Add a way to limit exceptions traceback using "sys.tracebacklimit" (#77) 2019-04-06 17:37:21 +02:00
sys_tracebacklimit_none.txt Add a way to limit exceptions traceback using "sys.tracebacklimit" (#77) 2019-04-06 17:37:21 +02:00
sys_tracebacklimit_unset.txt Add a way to limit exceptions traceback using "sys.tracebacklimit" (#77) 2019-04-06 17:37:21 +02:00
zerodivisionerror_without_traceback.txt Fix error while formatting AssertionError/SyntaxError with no traceback 2019-03-31 10:57:04 +02:00