browsertrix/backend/test
Ilya Kreymer 5efeaa58b1
API filters by user + crawl collection ids (#462)
backend: object filtering:
- add filtering crawls, crawlconfigs and profiles by userid= query arg, fixes #460
- add filtering crawls by crawlconfig via cid= query arg, fixes #400 
- tests: add test_filter_results test suite to test filtering crawls and crawlconfigs by user, also create user with 'crawler' permissions, run second crawl with that user.
2023-01-11 16:50:38 -08:00
..
__init__.py Use archive_viewer_dep permissions to GET crawls (#443) 2023-01-09 19:11:53 -08:00
conftest.py API filters by user + crawl collection ids (#462) 2023-01-11 16:50:38 -08:00
test_crawl_config_tags.py API filters by user + crawl collection ids (#462) 2023-01-11 16:50:38 -08:00
test_filter_results.py API filters by user + crawl collection ids (#462) 2023-01-11 16:50:38 -08:00
test_login.py Backend lint check (#451) 2023-01-10 16:17:06 -08:00
test_permissions.py API filters by user + crawl collection ids (#462) 2023-01-11 16:50:38 -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