supervision/test/detection
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
..
tools feat(ruff): add pytest linting rule (#2053) 2026-01-13 19:34:22 +01:00
utils Refactor test utilities: clarify module purpose and improve function's names (#2094) 2026-01-27 07:13:18 +01:00
__init__.py - ColorPalette.default() added 2023-02-06 22:26:44 +01:00
test_core.py Refactor test utilities: clarify module purpose and improve function's names (#2094) 2026-01-27 07:13:18 +01:00
test_csv.py Refactor test utilities: clarify module purpose and improve function's names (#2094) 2026-01-27 07:13:18 +01:00
test_from_adapters.py test(detection): add adapter tests and ignore local data directory (#2116) 2026-02-02 07:56:04 +01:00
test_json.py Refactor test utilities: clarify module purpose and improve function's names (#2094) 2026-01-27 07:13:18 +01:00
test_line_counter.py fix(line_zone): tracker-id reuse across classes (#1868) 2026-02-02 14:23:47 +01:00
test_polygon_zone_annotator.py feat(ruff): add pytest linting rule (#2053) 2026-01-13 19:34:22 +01:00
test_polygonzone.py Refactor test utilities: clarify module purpose and improve function's names (#2094) 2026-01-27 07:13:18 +01:00
test_vlm.py feat(ruff): add pytest linting rule (#2053) 2026-01-13 19:34:22 +01:00