File pytest.ini from the latest check-in


[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]* !_*