blakeblackshear.frigate/frigate/test/http_api
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
..
__init__.py
base_http_test.py Finish unit tests for review controller and started for event controller (#15955) 2025-02-04 06:28:14 -07:00
test_http_app.py Finish unit tests for review controller and started for event controller (#15955) 2025-02-04 06:28:14 -07:00
test_http_event.py Finish unit tests for review controller and started for event controller (#15955) 2025-02-04 06:28:14 -07:00
test_http_review.py Finish unit tests for review controller and started for event controller (#15955) 2025-02-04 06:28:14 -07:00