Initial commit

This commit is contained in:
Kirill Samoylenkov 2025-10-29 03:46:30 +00:00 committed by GitHub
commit 9d4e40985a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 561 additions and 0 deletions

7
pytest.ini Normal file
View file

@ -0,0 +1,7 @@
[pytest]
norecursedirs = env/*
filterwarnings =
ignore::DeprecationWarning
addopts = --tb=short -vv -p no:cacheprovider
testpaths = tests/
python_files = test_*.py