Add tests

This commit is contained in:
Pim van Pelt
2025-08-02 20:03:32 +02:00
parent 5eb76736cc
commit e2e65add2e
12 changed files with 1270 additions and 4 deletions

14
pytest.ini Normal file
View File

@@ -0,0 +1,14 @@
[tool:pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
pythonpath = src
addopts =
-v
--tb=short
--strict-markers
--disable-warnings
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning