supervision/test
Jesús Royeth 2b1abb1f5b
fix(line_zone): tracker-id reuse across classes (#1868)
* fix(line_zone): index crossing state by (tracker_id, class_id)
* fix(pre_commit): 🎨 auto format pre-commit hooks
* Refactor `test_line_zone_tracker_id_reuse_with_different_classes` to use `pytest.mark.parametrize` for improved readability and test coverage.
* Refactor `pytest.mark.parametrize` arguments in `test_line_counter` for improved readability.
* Refactor `pytest.mark.parametrize` in `test_line_counter` to include `pytest.param` for clearer test case descriptions and improved readability.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: jirka <6035284+Borda@users.noreply.github.com>
2026-02-02 14:23:47 +01:00
..
annotators Add unit tests for `key_points` - skeleton & annotators (#2099) 2026-01-29 18:22:19 +01:00
assets Add unittests for assets and downloader functionality (#2095) 2026-01-27 07:18:06 +01:00
classification feat(ruff): add pytest linting rule (#2053) 2026-01-13 19:34:22 +01:00
dataset Refactor test utilities: clarify module purpose and improve function's names (#2094) 2026-01-27 07:13:18 +01:00
detection fix(line_zone): tracker-id reuse across classes (#1868) 2026-02-02 14:23:47 +01:00
draw feat(ruff): add pytest linting rule (#2053) 2026-01-13 19:34:22 +01:00
geometry feat(ruff): add pytest linting rule (#2053) 2026-01-13 19:34:22 +01:00
key_points Add unit tests for `key_points` - skeleton & annotators (#2099) 2026-01-29 18:22:19 +01:00
metrics Refactor metric tests with fixtures and improved structure and clarity (#2123) 2026-02-02 12:18:10 +01:00
tracker feat(ruff): add pytest linting rule (#2053) 2026-01-13 19:34:22 +01:00
utils fix: `process_video` silent hang on callback error (#2022) 2026-01-30 10:46:19 +01:00
__init__.py 🧪 rename test directory `tests -> test` 2023-01-18 19:45:19 +01:00
conftest.py Add unit tests for `key_points` - skeleton & annotators (#2099) 2026-01-29 18:22:19 +01:00
helpers.py test(detection): add adapter tests and ignore local data directory (#2116) 2026-02-02 07:56:04 +01:00