supervision/test/utils
realh4m 3b09a6356a
fix: `process_video` silent hang on callback error (#2022)
* Handle process_video worker exceptions
* test: add unit tests for process_video exception handling and fix docstring typo
* fix(pre_commit): 🎨 auto format pre-commit hooks
* Handle `Full` exception in video writer queue and add test for small buffer scenario
* Apply suggestions from code review

---------

Co-authored-by: Your Name <realh4m@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-30 10:46:19 +01:00
..
assets Add tests for tiles creation 2024-03-25 19:44:46 +01:00
__init__.py Refactor import paths and improve text file reading 2023-11-10 10:15:08 -08:00
conftest.py feat: 🚀 dropping python 3.8 support and upgrade all codes to python3.9 syntax style as min 2025-07-14 20:12:11 +03:00
test_conversion.py `tint_image` and `grayscale_image` functions added 2025-08-07 10:01:50 +02:00
test_file.py feat(ruff): add pytest linting rule (#2053) 2026-01-13 19:34:22 +01:00
test_image.py feat(ruff): add pytest linting rule (#2053) 2026-01-13 19:34:22 +01:00
test_internal.py feat(ruff): add pytest linting rule (#2053) 2026-01-13 19:34:22 +01:00
test_iterables.py feat(ruff): add pytest linting rule (#2053) 2026-01-13 19:34:22 +01:00
test_video.py fix: `process_video` silent hang on callback error (#2022) 2026-01-30 10:46:19 +01:00