Initial commit
This commit is contained in:
commit
9d4e40985a
9 changed files with 561 additions and 0 deletions
7
pytest.ini
Normal file
7
pytest.ini
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[pytest]
|
||||
norecursedirs = env/*
|
||||
filterwarnings =
|
||||
ignore::DeprecationWarning
|
||||
addopts = --tb=short -vv -p no:cacheprovider
|
||||
testpaths = tests/
|
||||
python_files = test_*.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue