google-datacatalog-apache-atlas-connector/setup.cfg (8 lines of code) (raw):
[aliases]
test = pytest
[tool:pytest]
addopts = --cov --cov-report html --cov-report term-missing --cov-fail-under 95
testpaths = tests
[yapf]
based_on_style = google
column_limit = 79