Initial commit

This commit is contained in:
Miguel Sozinho Ramalho
2022-06-17 13:25:27 +01:00
commit b3c7ac8e5d
45 changed files with 1726 additions and 0 deletions

7
pytest.ini Normal file
View File

@@ -0,0 +1,7 @@
[pytest]
testpaths = tests/
python_classes = Test* *Test
log_format = %(asctime)s - %(levelname)s - %(name)s - %(message)s
log_level = DEBUG
markers =
filterwarnings =