diff --git a/evals/templates/layered/pyproject.toml b/evals/templates/layered/pyproject.toml index 2b08fe0..9d7c4ba 100644 --- a/evals/templates/layered/pyproject.toml +++ b/evals/templates/layered/pyproject.toml @@ -14,6 +14,11 @@ packages = ["src/processor"] [tool.pytest.ini_options] testpaths = ["tests"] +[tool.codeflash] +module-root = "src" +tests-root = "tests" +test-framework = "pytest" + [dependency-groups] dev = [ "pytest>=9.0.2",