moto/setup.cfg

15 lines
299 B
INI
Raw Normal View History

2015-02-22 10:58:51 -05:00
[bdist_wheel]
universal=1
2020-10-06 08:04:09 +02:00
[tool:pytest]
markers =
network: marks tests which require network connection
[coverage:run]
relative_files = True
[pylint.'MESSAGES CONTROL']
disable = W,C,R,E
# Check we have any tests with duplicate names (causing them to be skipped)
enable = function-redefined