We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583b464 commit 1eaaad7Copy full SHA for 1eaaad7
codeflash/discovery/discover_unit_tests.py
@@ -72,6 +72,7 @@ def discover_tests_pytest(
72
capture_output=True,
73
text=True,
74
)
75
+ print(result.stdout)
76
try:
77
with tmp_pickle_path.open(mode="rb") as f:
78
exitcode, tests, pytest_rootdir = pickle.load(f)
0 commit comments