Add [tool.codeflash] config to layered eval template

The E2E pipeline needs module-root, tests-root, and test-framework
to discover and run tests in src-layout projects.
This commit is contained in:
Kevin Turcios 2026-04-21 06:41:31 -05:00
parent 26709f9b82
commit ff310a7639

View file

@ -14,6 +14,11 @@ packages = ["src/processor"]
[tool.pytest.ini_options] [tool.pytest.ini_options]
testpaths = ["tests"] testpaths = ["tests"]
[tool.codeflash]
module-root = "src"
tests-root = "tests"
test-framework = "pytest"
[dependency-groups] [dependency-groups]
dev = [ dev = [
"pytest>=9.0.2", "pytest>=9.0.2",