From 00434b9a25740e6858b28f6651ffaf32ecbfde83 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Thu, 3 Jun 2021 16:09:57 -0400 Subject: [PATCH] Only search tests/unit_tests for monkey unit tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1a0baaa3..319c4cc1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ log_cli = 1 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 tests" +addopts = "-v --capture=sys tests/unit_tests" norecursedirs = "node_modules dist" [tool.vulture]