Skip to content

Commit 1eaaad7

Browse files
committed
debugging
1 parent 583b464 commit 1eaaad7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeflash/discovery/discover_unit_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def discover_tests_pytest(
7272
capture_output=True,
7373
text=True,
7474
)
75+
print(result.stdout)
7576
try:
7677
with tmp_pickle_path.open(mode="rb") as f:
7778
exitcode, tests, pytest_rootdir = pickle.load(f)

0 commit comments

Comments
 (0)