Project editing and testing configuration bumpf
This commit is contained in:
parent
4011c1fa47
commit
2e4b981aa7
8 changed files with 139 additions and 0 deletions
5
pytest.ini
Normal file
5
pytest.ini
Normal 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 = .
|
||||
Loading…
Add table
Add a link
Reference in a new issue