Files
openapi-generator/samples/client/petstore/python/setup.cfg
2015-06-18 10:43:24 +08:00

12 lines
171 B
INI

[nosetests]
logging-clear-handlers=true
verbosity=2
randomize=true
exe=true
with-coverage=true
cover-package=SwaggerPetstore
cover-erase=true
[flake8]
max-line-length=99