Skip to content

Commit dd477ab

Browse files
committed
build: Setup VS Code tests
1 parent 41b4516 commit dd477ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"python.testing.pytestEnabled": true,
3+
"python.testing.unittestEnabled": false,
4+
"python.testing.nosetestsEnabled": false,
5+
"python.testing.pytestArgs": ["tests", "-v", "--tb=short"],
6+
"python.testing.autoTestDiscoverOnSaveEnabled": true
7+
}

0 commit comments

Comments
 (0)