File pytest.ini artifact 4f9cd66c82 part of check-in 4b8c748142


[pytest]
minversion = 1.0
addopts = -vv -ra -q --ignore=test/_*.py --ignore=test/__*.py  -p no:warnings
testpaths = test/
python_files = *.py
# Yes sure pytest, why not do the obvious thing anyway
python_functions = !_* [a-z]* [A-Z]* !_*