We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5659465 commit 3d33eeeCopy full SHA for 3d33eee
.vscode/settings.json
@@ -7,5 +7,6 @@
7
],
8
"python.testing.unittestEnabled": false,
9
"python.testing.nosetestsEnabled": false,
10
- "python.testing.pytestEnabled": true
+ "python.testing.pytestEnabled": true,
11
+ "python.testing.pytestArgs": ["--html=UnitTests\\report.html","--self-contained-html","--cov=RFEM",]
12
}
0 commit comments