added circle CI config with basic unit tests

This commit is contained in:
xerexoded
2024-06-09 22:49:24 +05:30
committed by Tim Rae
parent ced8db44fe
commit 692939cd0e
7 changed files with 206 additions and 2 deletions

6
pytest.ini Normal file
View File

@@ -0,0 +1,6 @@
[pytest]
addopts = --maxfail=1 --disable-warnings
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*