Skip to content

Commit 1225852

Browse files
committed
Update vscode settings for pytest to show stdout during tests
1 parent 4eaa344 commit 1225852

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"C_Cpp.clang_format_fallbackStyle": "{ IndentWidth: 4, AllowShortLoopsOnASingleLine: true, AllowShortBlocksOnASingleLine: true, ColumnLimit: 80, BinPackParameters: false, BinPackArguments: false, AllowAllParametersOfDeclarationOnNextLine: false, AlignConsecutiveMacros: true, FixNamespaceComments: false, NamespaceIndentation: All, AlignConsecutiveAssignments: true, AlignEscapedNewlines: true, AlignOperands: Align, AlignTrailingComments: true, AllowAllParametersOfDeclarationOnNextLine: false, AllowAllArgumentsOnNextLine: false, PenaltyBreakAssignment: 50, PointerAlignment: Left, ReferenceAlignment: Left }",
1414
"python.testing.pytestArgs": [
1515
"--port=COM7",
16-
"--ignore=lib"
16+
"--ignore=lib",
17+
"-s"
1718
],
1819
"python.testing.unittestEnabled": false,
1920
"python.testing.pytestEnabled": true

0 commit comments

Comments
 (0)