Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions python_files/unittestadapter/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@ def discover_tests(
project_root_path = os.environ.get("PROJECT_ROOT_PATH")
if project_root_path:
top_level_dir = project_root_path
print(
f"PROJECT_ROOT_PATH is set, using {project_root_path} as top_level_dir for discovery"
)

# Perform regular unittest test discovery.
# Pass project_root_path so the payload's cwd matches the project root.
Expand Down
3 changes: 0 additions & 3 deletions python_files/unittestadapter/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,6 @@ def send_run_data(raw_data, test_run_pipe):
# Update the module-level variable for send_run_data to use
# pylint: disable=global-statement
globals()["PROJECT_ROOT_PATH"] = project_root_path
print(
f"PROJECT_ROOT_PATH is set, using {project_root_path} as cwd for execution payload"
)

# Perform regular unittest execution.
# Pass project_root_path so the payload's cwd matches the project root.
Expand Down