File: sample.yaml

package info (click to toggle)
python-gabbi 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 972 kB
  • sloc: python: 3,788; makefile: 62; sh: 35
file content (11 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
defaults:
  use_prior_test: True

tests:
    - name: one
      url: /
    - name: two
      url: http://example.com/moo
    - name: use_prior_false
      url: http://example.com/foo
      use_prior_test: False