Browser and install GUI for cookiecutter templates

⌈⌋ ⎇ branch:  cookiedough


Artifact [a8d496b667]

Artifact a8d496b667297c9af367704338365d84befc3d9af924e6c6640ef67fc8865851:

  • File pytest.ini — part of check-in [4086e00f2c] at 2021-03-20 08:57:40 on branch trunk — add setuptools, Makefile (user: mario size: 256)

[pytest]
minversion = 1.0
addopts = -ra -q --ignore=test/util.py --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]* !_*