locp/testinfra-bdd

View on GitHub
setup.cfg

Summary

Maintainability
Test Coverage
[coverage:report]
fail_under = 95
show_missing = True

[coverage:run]
source =
  ./testinfra_bdd

[flake8]
docstring-convention: numpy
max-line-length = 120
per-file-ignores =
    tests/*:D104,D401,D403

[tool:pytest]
addopts = --color=no --cov --durations 3 --verbose
bdd_features_base_dir = tests/features/
markers =
    system_tests: Marks tests as system tests.
    unit_tests: Marks tests as unit tests.