From 2c1322b27087762cedff1b61e6bad2816ee249cb Mon Sep 17 00:00:00 2001 From: blackms Date: Wed, 11 Sep 2024 19:01:29 +0200 Subject: [PATCH] pytest config missing --- pytest.ini | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..b58955c --- /dev/null +++ b/pytest.ini @@ -0,0 +1,5 @@ +[pytest] +minversion = 6.0 +addopts = --strict-markers --tb=short --cov=src --cov-report=term-missing +testpaths = + tests \ No newline at end of file