mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 01:34:25 +00:00
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: []
|