compass/backend/test/services
Emma Foster 99e43c7b30
Resource Service and Tests (#41)
* Implement Resource service, tests, and test data with 97% coverage.

* Update slug service to return empty list and corresponding tests

* Update resource update tests to grab resource by id from the db to check
2024-11-04 15:10:58 -05:00
..
__init__.py Set up User and Tag tests/fixtures, Fix data type errors 2024-04-12 17:38:20 -04:00
fixtures.py Resource Service and Tests (#41) 2024-11-04 15:10:58 -05:00
resource_test_data.py Resource Service and Tests (#41) 2024-11-04 15:10:58 -05:00
resource_test.py Resource Service and Tests (#41) 2024-11-04 15:10:58 -05:00
service_test_data.py Dependency bumps + new fastAPI CLI 2024-09-18 15:48:33 -04:00
service_test.py Dependency bumps + new fastAPI CLI 2024-09-18 15:48:33 -04:00
tag_test_data.py Set up User and Tag tests/fixtures, Fix data type errors 2024-04-12 17:38:20 -04:00
tag_test.py Set up User and Tag tests/fixtures, Fix data type errors 2024-04-12 17:38:20 -04:00
user_test_data.py Implement service api method 2024-04-24 19:57:44 -04:00
user_test.py updated the service methods and modified a few of the tests. 2024-04-24 19:37:29 -04:00