Skip to content

Commit d4a1011

Browse files
committed
default values for unittest args #459
1 parent fcd6611 commit d4a1011

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,11 @@
788788
"type": "array",
789789
"description": "Arguments passed in. Each argument is a separate item in the array.",
790790
"default": [
791-
"-v"
791+
"-v",
792+
"-s",
793+
".",
794+
"-p",
795+
"*test*.py"
792796
],
793797
"items": {
794798
"type": "string"

0 commit comments

Comments
 (0)