blakeblackshear.frigate/frigate/test
Rui Alves df840b7cd5
Finish unit tests for review controller and started for event controller (#15955)
* Started unit tests for the review controller

* Revert "Started unit tests for the review controller"

This reverts commit 7746eb146f.

* Started unit tests for GET /review/activity/motion Endpoint

* Started unit tests for GET /review/event/{event_id} Endpoint

* Continued unit tests for GET /review/event/{event_id} Endpoint

* Continued unit tests for GET /review/{event_id} Endpoint

* Continued unit tests for GET /review/{review_id} Endpoint

* Added unit tests for GET /review/{review_id}/viewed Endpoint

* Added unit tests for GET /stats Endpoint

* Added unit tests for GET /events Endpoint

* Updated unit tests for GET /events Endpoint

* Deleted unit tests for /events from test_http (updated tests are now in test_http_event.py)

* Removed duplicated test for GET /review/activity/motion Endpoint
2025-02-04 06:28:14 -07:00
..
http_api Finish unit tests for review controller and started for event controller (#15955) 2025-02-04 06:28:14 -07:00
__init__.py
const.py Work through most of the cspell warnings in python (#13794) 2024-09-17 10:41:46 -05:00
test_birdseye.py
test_camera_pw.py
test_config.py Simplify model config (#15881) 2025-01-07 20:59:37 -07:00
test_copy_yuv_to_position.py
test_ffmpeg_presets.py Improve gamma filter (#14065) 2024-09-30 11:42:51 -06:00
test_gpu_stats.py Improve Intel GPU stats (#14073) 2024-09-30 16:41:14 -05:00
test_http.py Finish unit tests for review controller and started for event controller (#15955) 2025-02-04 06:28:14 -07:00
test_obects.py Various fixes (#14410) 2024-10-17 11:02:27 -05:00
test_object_detector.py
test_record_retention.py Save motion as motion box count (#10484) 2024-03-15 13:13:40 -06:00
test_reduce_boxes.py
test_storage.py
test_video.py
test_yuv_region_2_rgb.py