File: values.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 (12 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
values:
- pets:
  - type: cat
    sound: meow
  - type: dog
    sound: woof
- people:
  - name: chris
    id: 1
  - name: justin
    id: 2