| [pytest] | |
| # testpaths is new in 2.8 | |
| minversion = 2.8 | |
| testpaths = mypy/test | |
| python_files = test*.py | |
| # empty patterns for default python collector, to stick to our plugin's collector | |
| python_classes = | |
| python_functions = | |
| # always run in parallel (requires pytest-xdist, see test-requirements.txt) | |
| addopts = -nauto --cov-append --cov-report= |