diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..80d8fc3 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,7 @@ +[pytest] +filterwarnings = ignore::DeprecationWarning +addopts = -v --cov=todo --cov-report term-missing +log_cli = 1 +log_cli_level = INFO +testpaths = + todo