13 lines
194 B
INI
13 lines
194 B
INI
[metadata]
|
|
description_file = README.rst
|
|
|
|
[aliases]
|
|
test = pytest
|
|
|
|
[tool:pytest]
|
|
testpaths = tests
|
|
addopts =
|
|
# run py.test in verbose mode
|
|
-v
|
|
# show extra test summary info
|
|
-r a
|