From 5a9130362ede4d5de24c280529195f7a436d5be6 Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Sun, 28 Jan 2024 20:26:40 -0500 Subject: [PATCH] pytest config --- pytest.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 5550061..b4d11da 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,4 @@ [pytest] pythonpath = . - +addopts = --cov=src --cov-report html +norecursedirs = tmp*