Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sherlock-project
GitHub Repository: sherlock-project/sherlock
Path: blob/master/pytest.ini
761 views
1
[pytest]
2
addopts = --strict-markers -m "not validate_targets"
3
markers =
4
online: mark tests are requiring internet access.
5
validate_targets: mark tests for sweeping manifest validation (sends many requests).
6
validate_targets_fp: validate_targets, false positive tests only.
7
validate_targets_fn: validate_targets, false negative tests only.
8
9