Artifact 4f9cd66c8254af7633dc215c2d4c35a05639a0ae81380332f9ddb0030c91f77f:
- File pytest.ini — part of check-in [4b8c748142] at 2022-10-25 22:06:05 on branch trunk — enjoin pluginconf (python implementation here) (user: mario, size: 238) [annotate] [blame] [check-ins using]
[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]* !_*