browsertrix/backend/test
Ilya Kreymer 7b5d82936d
backend: initial tags api support (addresses #365): (#434)
* backend: initial tags api support (addresses #365):
- add 'tags' field to crawlconfig (array of strings)
- allow querying crawlconfigs to specify multiple 'tag' query args, eg. tag=A&tag=B
- add /archives/<aid>/crawlconfigs/tags api to query by distinct tag, include index on aid + tag
tests: add tests for adding configs, querying by tags
tests: fix fixtures to retry login if initial attempts fails, use test seed of https://webrecorder.net instead of https://example.com/
2023-01-11 13:29:35 -08:00
..
__init__.py Use archive_viewer_dep permissions to GET crawls (#443) 2023-01-09 19:11:53 -08:00
conftest.py backend: initial tags api support (addresses #365): (#434) 2023-01-11 13:29:35 -08:00
test_crawl_config_tags.py backend: initial tags api support (addresses #365): (#434) 2023-01-11 13:29:35 -08:00
test_login.py Backend lint check (#451) 2023-01-10 16:17:06 -08:00
test_permissions.py Backend lint check (#451) 2023-01-10 16:17:06 -08:00
test_run_crawl.py backend: initial tags api support (addresses #365): (#434) 2023-01-11 13:29:35 -08:00
test_users.py Backend lint check (#451) 2023-01-10 16:17:06 -08:00