From 6266ed65cbc3919f6a179b2264a0bfc728f0948f Mon Sep 17 00:00:00 2001 From: Will Gibson <8738245+WillGibson@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:59:52 +0000 Subject: [PATCH] target the utils directory for faster feedback and some actual failures --- cosmic-ray.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cosmic-ray.toml b/cosmic-ray.toml index 47d812f31..442c93f8d 100644 --- a/cosmic-ray.toml +++ b/cosmic-ray.toml @@ -1,10 +1,10 @@ [cosmic-ray] -module-path = "dbt_platform_helper" +module-path = "utils" timeout = 10.0 excluded-modules = [ "**/node_modules/**/*" ] -test-command = "poetry run pytest" +test-command = "poetry run pytest tests/utils" [cosmic-ray.distributor] name = "local"