1
0
mirror of https://github.com/sherlock-project/sherlock synced 2026-05-26 22:45:53 +00:00
Files
sherlock/pytest.ini
2025-09-14 01:36:21 -04:00

8 lines
355 B
INI

[pytest]
addopts = --strict-markers -m "not validate_targets"
markers =
online: mark tests are requiring internet access.
validate_targets: mark tests for sweeping manifest validation (sends many requests).
validate_targets_fp: validate_targets, false positive tests only.
validate_targets_fn: validate_targets, false negative tests only.