Commit 5c2c394
Remove debug print statements from unittest adapter output (#25854)
`PROJECT_ROOT_PATH is set, using /... as cwd for execution payload` is
printed to stdout during unittest discovery and execution, leaking into
the Test Results panel.
- Remove `print()` in `python_files/unittestadapter/execution.py`
(execution path)
- Remove `print()` in `python_files/unittestadapter/discovery.py`
(discovery path)
All functional logic (reading the env var, setting `top_level_dir`,
updating the global) is unchanged.
<!-- START COPILOT CODING AGENT TIPS -->
---
💬 We'd love your input! Share your thoughts on Copilot coding agent in
our [2 minute survey](https://gh.io/copilot-coding-agent-survey).
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com>1 parent 29d3b6f commit 5c2c394
2 files changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | 149 | | |
153 | 150 | | |
154 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | 376 | | |
380 | 377 | | |
381 | 378 | | |
| |||
0 commit comments