browsertrix/backend/test
Tessa Walsh c7051d5fbf
Backend API consistency pass (#921)
* Make API add and update method returns consistent

- Updates return {"updated": True}
- Adds return {"added": True}
- Both can additionally have other fields as needed, e.g. id or name

- remove Profile response model, as returning added / id only
- reformat

---------

Co-authored-by: Ilya Kreymer <ikreymer@gmail.com>
2023-06-16 18:52:46 -07:00
..
__init__.py
conftest.py Backend API consistency pass (#921) 2023-06-16 18:52:46 -07:00
test_collections.py Backend API consistency pass (#921) 2023-06-16 18:52:46 -07:00
test_crawl_config_search_values.py Backend API consistency pass (#921) 2023-06-16 18:52:46 -07:00
test_crawl_config_tags.py Backend API consistency pass (#921) 2023-06-16 18:52:46 -07:00
test_crawlconfigs.py Backend API consistency pass (#921) 2023-06-16 18:52:46 -07:00
test_filter_sort_results.py
test_invites.py
test_login.py
test_org.py
test_permissions.py
test_run_crawl.py Backend API consistency pass (#921) 2023-06-16 18:52:46 -07:00
test_settings.py
test_stop_cancel_crawl.py
test_users.py
test_workflow_auto_add_to_collection.py Fix post-crawl collection stats update and add test (#918) 2023-06-10 19:06:25 -07:00