teyit.yaml 169 B

123456789
  1. ---
  2. name: teyit
  3. command: |-
  4. echo Improve unittest calls
  5. echo
  6. teyit $(find -name "test_*.py")
  7. mode: propose
  8. merge-request:
  9. commit-message: Improve unittest calls