From a716204b0f4b754480175ff2493e765f39cc6b28 Mon Sep 17 00:00:00 2001 From: Shay Nehmad Date: Sun, 15 Mar 2020 11:20:49 +0200 Subject: [PATCH] Updated pytest config to ignore some directories dist and node_modules --- monkey/pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/monkey/pytest.ini b/monkey/pytest.ini index 3d355a4ac..3596bf5f6 100644 --- a/monkey/pytest.ini +++ b/monkey/pytest.ini @@ -4,3 +4,4 @@ log_cli_level = DEBUG log_cli_format = %(asctime)s [%(levelname)s] %(module)s.%(funcName)s.%(lineno)d: %(message)s log_cli_date_format=%H:%M:%S addopts = -v --capture=sys +norecursedirs = node_modules dist