From 52331f17a294d61c4ba11088f039384f1fa5dea0 Mon Sep 17 00:00:00 2001 From: Adrien Vannson Date: Sat, 21 Dec 2024 21:42:21 +0100 Subject: [PATCH] Add back pytest.ini config file --- 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 00000000..bec2b960 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,5 @@ +[pytest] +python_files = test_*.py +python_classes = +norecursedirs = **/output_* +addopts = -p no:warnings \ No newline at end of file