Skip to content

Commit 573b36f

Browse files
committed
Add VS Code pytest configuration
1 parent c059158 commit 573b36f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vscode/settings.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@
88
"namedtuple",
99
"pylance",
1010
"redhat"
11-
]
11+
],
12+
"python.testing.pytestArgs": [
13+
"tests"
14+
],
15+
"python.testing.unittestEnabled": false,
16+
"python.testing.pytestEnabled": true
1217
}

0 commit comments

Comments
 (0)