assert.yaml 89 B

12345
  1. tasks:
  2. one:
  3. python: print('one')
  4. assert: "stdout == 'one'"
  5. once: true