.. |
exceptions
|
Remove unused types in one of the tested exceptions
|
2024-11-24 18:19:50 +01:00 |
typesafety
|
Remove duplication in the definition of "pytest-mypy-plugin" tests
|
2024-11-24 20:04:40 +01:00 |
__init__.py
|
Add basic logging functionalities
|
2018-12-07 00:13:17 +01:00 |
conftest.py
|
Fix "ValueError" when using Loguru with Cython (missing stack frame) (#1240)
|
2024-11-26 17:35:10 +01:00 |
test_activation.py
|
Fix "ValueError" when using Loguru with Cython (missing stack frame) (#1240)
|
2024-11-26 17:35:10 +01:00 |
test_add_option_backtrace.py
|
Remove ruff config excludes (#968)
|
2023-09-03 09:44:46 +02:00 |
test_add_option_catch.py
|
Enable "RET" linting rule of Ruff and fix newly reported errors (#1034)
|
2023-12-16 16:04:52 +01:00 |
test_add_option_colorize.py
|
Enable "PT" (flake8-pytest-style) linting rule of Ruff
|
2024-11-22 17:02:15 +01:00 |
test_add_option_context.py
|
Fix error using "set_start_method()" after "logger" import (#974)
|
2023-09-11 16:19:41 +02:00 |
test_add_option_diagnose.py
|
Remove ruff config excludes (#968)
|
2023-09-03 09:44:46 +02:00 |
test_add_option_enqueue.py
|
Fix tests for Python 3.14 dev (#1218)
|
2024-10-19 21:57:50 +02:00 |
test_add_option_filter.py
|
Fix "ValueError" when using Loguru with Cython (missing stack frame) (#1240)
|
2024-11-26 17:35:10 +01:00 |
test_add_option_format.py
|
Enable "PT" (flake8-pytest-style) linting rule of Ruff
|
2024-11-22 17:02:15 +01:00 |
test_add_option_kwargs.py
|
Fix buffering unit test failing on some platforms (#896)
|
2023-07-09 12:35:11 +02:00 |
test_add_option_level.py
|
Enable "PT" (flake8-pytest-style) linting rule of Ruff
|
2024-11-22 17:02:15 +01:00 |
test_add_option_serialize.py
|
Remove ruff config excludes (#968)
|
2023-09-03 09:44:46 +02:00 |
test_add_sinks.py
|
Ensure opened files are properly closed during tests
|
2024-01-10 17:48:01 +01:00 |
test_ansimarkup_basic.py
|
Enable "PT" (flake8-pytest-style) linting rule of Ruff
|
2024-11-22 17:02:15 +01:00 |
test_ansimarkup_extended.py
|
Enable "PT" (flake8-pytest-style) linting rule of Ruff
|
2024-11-22 17:02:15 +01:00 |
test_bind.py
|
Reformat tests and sources using "black" and "isort"
|
2021-03-13 19:38:02 +01:00 |
test_colorama.py
|
Enable "PT" (flake8-pytest-style) linting rule of Ruff
|
2024-11-22 17:02:15 +01:00 |
test_configure.py
|
Apply pre-commit fixes to all files
|
2022-06-19 18:50:30 +02:00 |
test_contextualize.py
|
Fix tests monkeypatching affecting global state
|
2023-10-27 11:52:47 +02:00 |
test_coroutine_sink.py
|
Enable "PT" (flake8-pytest-style) linting rule of Ruff
|
2024-11-22 17:02:15 +01:00 |
test_datetime.py
|
Enable "PT" (flake8-pytest-style) linting rule of Ruff
|
2024-11-22 17:02:15 +01:00 |
test_deepcopy.py
|
Reformat tests and sources using "black" and "isort"
|
2021-03-13 19:38:02 +01:00 |
test_defaults.py
|
Enable "PT" (flake8-pytest-style) linting rule of Ruff
|
2024-11-22 17:02:15 +01:00 |
test_exceptions_catch.py
|
Fix possible infinite recursion with "__repr__" and "logger.catch()" (#1237)
|
2024-11-23 12:07:47 +01:00 |
test_exceptions_formatting.py
|
Fix repeated line not detected during exception formatting (#1239)
|
2024-11-24 14:04:07 +01:00 |
test_filesink_compression.py
|
Enable "PT" (flake8-pytest-style) linting rule of Ruff
|
2024-11-22 17:02:15 +01:00 |
test_filesink_delay.py
|
Replace "tmpdir" fixture with "tmp_path" in tests
|
2022-06-11 13:08:20 +02:00 |
test_filesink_permissions.py
|
Apply pre-commit fixes to all files
|
2022-06-19 18:50:30 +02:00 |
test_filesink_retention.py
|
Enable "PT" (flake8-pytest-style) linting rule of Ruff
|
2024-11-22 17:02:15 +01:00 |
test_filesink_rotation.py
|
Enable "PT" (flake8-pytest-style) linting rule of Ruff
|
2024-11-22 17:02:15 +01:00 |
test_filesink_watch.py
|
Apply pre-commit fixes to all files
|
2022-06-19 18:50:30 +02:00 |
test_formatting.py
|
Fix "ValueError" when using Loguru with Cython (missing stack frame) (#1240)
|
2024-11-26 17:35:10 +01:00 |
test_get_frame.py
|
Fix tests monkeypatching affecting global state
|
2023-10-27 11:52:47 +02:00 |
test_interception.py
|
Improve typing of PropagateHandler and InterceptHandler
|
2023-09-03 11:08:35 +02:00 |
test_levels.py
|
Enable "PT" (flake8-pytest-style) linting rule of Ruff
|
2024-11-22 17:02:15 +01:00 |
test_locks.py
|
Enable "D" (pydocstyle) linting rule of Ruff
|
2024-11-22 17:40:09 +01:00 |
test_multiprocessing.py
|
Enable "PT" (flake8-pytest-style) linting rule of Ruff
|
2024-11-22 17:02:15 +01:00 |
test_opt.py
|
Fix "ValueError" when using Loguru with Cython (missing stack frame) (#1240)
|
2024-11-26 17:35:10 +01:00 |
test_parse.py
|
Ensure opened files are properly closed during tests
|
2024-01-10 17:48:01 +01:00 |
test_patch.py
|
Allow "patch()" to be called multiple times on same logger (#462)
|
2022-04-29 12:37:00 +02:00 |
test_pickling.py
|
Test against Python 3.12 (non-dev) and 3.13 (dev) (#1079)
|
2024-02-17 12:14:22 +01:00 |
test_propagation.py
|
Remove ruff config excludes (#968)
|
2023-09-03 09:44:46 +02:00 |
test_recattr.py
|
Remove ruff config excludes (#968)
|
2023-09-03 09:44:46 +02:00 |
test_remove.py
|
Fix Flake8 linting warnings
|
2023-01-20 09:14:44 +01:00 |
test_repr.py
|
Ensure opened files are properly closed during tests
|
2024-01-10 17:48:01 +01:00 |
test_standard_handler.py
|
Add tests for non-standard level name formatting
|
2024-11-20 16:44:56 +01:00 |
test_threading.py
|
Fix "remove()" not thread-safe causing possible RuntimeError (#1183)
|
2024-10-06 16:31:36 +02:00 |
test_type_hinting.py
|
Add stderr of failed Mypy command to tests output
|
2024-11-24 18:19:50 +01:00 |