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

Skip to content

Commit 04ff240

Browse files
committed
update tap config
1 parent 7be6e24 commit 04ff240

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

coderoad.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
version: '0.1.1'
22
config:
33
testRunner:
4-
command: python3 -m tap tests/*_test.py
4+
command: python3
55
args:
6-
tap: ''
6+
tap: -m tap tests/*_test.py
7+
filter: --match
78
setup:
89
commands:
910
- pip3 install -r requirements.txt

0 commit comments

Comments
 (0)
0