8 lines
355 B
INI
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.
|