diff --git a/.codevalid/pytest.ini b/.codevalid/pytest.ini new file mode 100644 index 0000000..caf3673 --- /dev/null +++ b/.codevalid/pytest.ini @@ -0,0 +1,5 @@ +[pytest] +minversion = 6.0 +addopts = --cov=app --cov-report html --cov-report term-missing --cov-report xml -v +testpaths = + tests diff --git a/dev-requirements.txt b/dev-requirements.txt index 9637771..caf4ed6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -74,7 +74,7 @@ pytest==7.2.1 # via # -r dev-requirements.in # pytest-cov -pytest-cov==4.0.0 +pytest-cov==4.1.0 # via -r dev-requirements.in python-decouple==3.7 # via -r requirements.txt