File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ def test_mirror_paths_for_worktree_mode(monkeypatch: pytest.MonkeyPatch):
6161 assert optimizer .args .test_project_root == worktree_dir
6262 assert optimizer .args .module_root == worktree_dir / "codeflash"
6363 # tests_root is configured as "codeflash" in pyproject.toml
64- assert optimizer .args .tests_root == worktree_dir / "codeflash "
64+ assert optimizer .args .tests_root == worktree_dir / "tests "
6565 assert optimizer .args .file == worktree_dir / "codeflash/optimization/optimizer.py"
6666
67- assert optimizer .test_cfg .tests_root == worktree_dir / "codeflash "
67+ assert optimizer .test_cfg .tests_root == worktree_dir / "tests "
6868 assert optimizer .test_cfg .project_root_path == worktree_dir # same as project_root
6969 assert optimizer .test_cfg .tests_project_rootdir == worktree_dir # same as test_project_root
You can’t perform that action at this time.
0 commit comments