Add pytest testing

This commit is contained in:
rockerBOO
2024-11-29 15:52:03 -05:00
parent 2a61fc0784
commit c7cadbc8c7
4 changed files with 216 additions and 2 deletions

7
pytest.ini Normal file
View File

@@ -0,0 +1,7 @@
[pytest]
minversion = 6.0
testpaths =
tests
filterwarnings =
ignore::DeprecationWarning
ignore::UserWarning