Skip to content

Commit da7b00f

Browse files
committed
Added/Updated tests\bugs\core_0165_test.py: added combine_output in order to see STDERR content
1 parent 73190ac commit da7b00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bugs/core_0165_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
@pytest.mark.version('>=3')
7474
def test_1(act: Action):
7575
act.expected_stdout = expected_stdout
76-
act.execute()
76+
act.execute(combine_output = True)
7777
assert act.clean_stdout == act.clean_expected_stdout
7878

0 commit comments

Comments
 (0)