You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travel.yml 137B

123456789
  1. command: python -m pytest {}
  2. include: ^test_.*\.py$
  3. path: ./
  4. depth: 1
  5. verbose: true
  6. timeout: 1m
  7. reload: false
  8. html: test.html
  9. notify: []