mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
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:
parent
26709f9b82
commit
ff310a7639
1 changed files with 5 additions and 0 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue