Skip to content

Commit c8297e5

Browse files
committed
Revert "debug"
This reverts commit fc36551.
1 parent fc36551 commit c8297e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/discovery/discover_unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ def discover_tests_pytest(
580580
discover_only_these_tests: list[Path] | None = None,
581581
functions_to_optimize: list[FunctionToOptimize] | None = None,
582582
) -> tuple[dict[str, set[FunctionCalledInTest]], int, int]:
583-
tests_root = cfg.tests_project_rootdir
583+
tests_root = cfg.tests_root
584584
project_root = cfg.project_root_path
585585

586586
tmp_pickle_path = get_run_tmp_file("collected_tests.pkl")

0 commit comments

Comments
 (0)