Skip to content

Commit ab9079b

Browse files
committed
debugging
1 parent 1eaaad7 commit ab9079b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codeflash/discovery/discover_unit_tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ def discover_tests_pytest(
7272
capture_output=True,
7373
text=True,
7474
)
75-
print(result.stdout)
75+
logger.info(result.stdout)
76+
logger.info(result.stderr)
7677
try:
7778
with tmp_pickle_path.open(mode="rb") as f:
7879
exitcode, tests, pytest_rootdir = pickle.load(f)

0 commit comments

Comments
 (0)