From 9e3dcf43947ad87205e15322137a9e65d6e3fa7c Mon Sep 17 00:00:00 2001 From: Stephan Klinger Date: Mon, 14 Mar 2022 17:46:56 +0100 Subject: [PATCH] Add pytest config --- pytest.ini | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pytest.ini 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