Project editing and testing configuration bumpf

This commit is contained in:
Jonathan Harker 2024-09-20 16:32:35 +12:00
parent 4011c1fa47
commit 2e4b981aa7
8 changed files with 139 additions and 0 deletions

5
pytest.ini Normal file
View file

@ -0,0 +1,5 @@
[pytest]
minversion = 8.0
norecursedirs = venv .venv .git *.egg .* build dist
python_files = tests.py test_*.py *_tests.py
pythonpath = .