mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
11 lines
187 B
INI
11 lines
187 B
INI
[tool:pytest]
|
|
norecursedirs = examples lib local src
|
|
testpaths = tests/
|
|
addopts = --assert=plain --cov=gunicorn --cov-report=xml
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[metadata]
|
|
license_file = LICENSE
|