8000 update config · ShMcK/coderoad-python-test@b92913b · GitHub
[go: up one dir, main page]

Skip to content

Commit b92913b

Browse files
committed
update config
1 parent 04ff240 commit b92913b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tutorial.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
},
77
"config": {
88
"testRunner": {
9-
"command": "python3 -m tap tests/*_test.py",
9+
"command": "python3",
1010
"args": {
11-
"tap": ""
11+
"tap": "-m tap tests/*_test.py",
12+
"filter": "--match"
1213
},
1314
"setup": {
1415
"commands": [

0 commit comments

Comments
 (0)
0