Skip to content

Commit 3d33eee

Browse files
committed
Added report from UT and settings
1 parent 5659465 commit 3d33eee

File tree

3 files changed

+650
-1
lines changed

3 files changed

+650
-1
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
],
88
"python.testing.unittestEnabled": false,
99
"python.testing.nosetestsEnabled": false,
10-
"python.testing.pytestEnabled": true
10+
"python.testing.pytestEnabled": true,
11+
"python.testing.pytestArgs": ["--html=UnitTests\\report.html","--self-contained-html","--cov=RFEM",]
1112
}

0 commit comments

Comments
 (0)