Skip to content

Commit 257b90d

Browse files
committed
change to stdout
1 parent defb6ad commit 257b90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def pytest_exception_interact(node, call, report):
6464
try:
6565
test_name = node.name
6666
logging.info(f"Handling exception for test: {test_name}")
67-
logging.info(node.funcargs)
67+
print(f"NODE LOGS HERE {node.funcargs}")
6868
driver = node.funcargs["driver"]
6969
opt_ci = node.funcargs["opt_ci"]
7070
if driver:

0 commit comments

Comments
 (0)