supervision/tests/utils
Copilot c2dedba3db
feat: replace print statements with structured logging (#2154)
* feat: implement logging system to replace print statements
* refactor: rename get_logger to _get_logger to mark as internal
* test: add logger tests, fix corrupted-file warning test, add docstring example

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Borda <6035284+Borda@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-02-20 13:14:53 +01:00
..
assets refactor: reorganize project structure and update module imports (#2112) 2026-02-03 15:24:47 +01:00
__init__.py refactor: reorganize project structure and update module imports (#2112) 2026-02-03 15:24:47 +01:00
conftest.py refactor: reorganize project structure and update module imports (#2112) 2026-02-03 15:24:47 +01:00
test_conversion.py refactor: reorganize project structure and update module imports (#2112) 2026-02-03 15:24:47 +01:00
test_file.py Add `match` arguments to all `pytest.raises` for more precise error validation in tests (#2145) 2026-02-10 21:22:55 +09:00
test_image.py refactor: reorganize project structure and update module imports (#2112) 2026-02-03 15:24:47 +01:00
test_internal.py Fix mask_annotate for int dtypes (#1445) 2026-02-20 10:43:56 +01:00
test_iterables.py refactor: reorganize project structure and update module imports (#2112) 2026-02-03 15:24:47 +01:00
test_logger.py feat: replace print statements with structured logging (#2154) 2026-02-20 13:14:53 +01:00
test_video.py Extend docstrings to test cases for enhanced readability (#2130) 2026-02-03 17:28:33 +01:00