browsertrix/backend/test
Tessa Walsh a85f9496b0
Include number of Identical Files in QA stats and meter (#1848)
This PR adds Identical Files to the QA Page Match Analysis meter bars.
To do this, the backend calculates the number of non-HTML pages once and
includes it under the key `Files` in each of the `screenshotMatch` and
`textMatch` QA stats return arrays.

The backend additionally removes the file count from "No Data" to
prevent these from being counted twice.

---------

Co-authored-by: emma <hi@emma.cafe>
2024-06-06 13:15:19 -04:00
..
data
__init__.py
conftest.py feat: User-sort browser profiles list (#1839) 2024-06-04 13:57:03 -04:00
echo_server.py
test_collections.py
test_crawl_config_search_values.py
test_crawl_config_tags.py
test_crawlconfigs.py
test_filter_sort_results.py
test_invites.py
test_login.py
test_org.py
test_permissions.py
test_profiles.py feat: User-sort browser profiles list (#1839) 2024-06-04 13:57:03 -04:00
test_qa.py Include number of Identical Files in QA stats and meter (#1848) 2024-06-06 13:15:19 -04:00
test_run_crawl.py Ensure QA run WACZs are deleted (#1715) 2024-04-22 18:04:09 -04:00
test_settings.py Configurable Max Scale for frontend (#1557) 2024-03-11 16:21:20 -07:00
test_stop_cancel_crawl.py
test_uploads.py Support sorting by last QA started time (#1712) 2024-04-22 13:00:52 -07:00
test_users.py Fix regression to changing user roles via PATCH /user-role API (#1824) 2024-05-24 10:41:05 -07:00
test_utils.py Format backend with Black 24 (#1507) 2024-02-07 11:35:34 -08:00
test_webhooks.py
test_workflow_auto_add_to_collection.py
utils.py