Skip to content

Commit 8e623ae

Browse files
Merge pull request #1078 from reef-technologies/integration-tests-capture
Make pytest capture stdout in integration tests
2 parents 9f1cfac + 0c74378 commit 8e623ae

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Capture stdout in integration tests.

noxfile.py

-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ def run_integration_test(session, pytest_posargs):
210210
command = [
211211
'pytest',
212212
'test/integration',
213-
'-s',
214213
'-n',
215214
'2' if CI else 'auto',
216215
'--log-level',

0 commit comments

Comments
 (0)