10 lines
137 B
YAML
10 lines
137 B
YAML
|
command: python -m pytest {}
|
||
|
include: ^test_.*\.py$
|
||
|
path: ./
|
||
|
depth: 1
|
||
|
verbose: true
|
||
|
timeout: 1m
|
||
|
reload: false
|
||
|
html: test.html
|
||
|
notify: []
|