mirror of
https://github.com/yaml/pyyaml.git
synced 2025-10-19 11:03:18 +00:00

* custom pytest collector and item to surface pyyaml data-driven tests as individual pytest unit tests * moved some true unit tests to pytest-native tests * deprecated `setup.py test` custom command * updated Makefile to use pytest * align test matrix with planned 7.x Python support
8 lines
216 B
Text
8 lines
216 B
Text
- !!python/list [1, 2, 3, 4]
|
|
- !!python/tuple [1, 2, 3, 4]
|
|
- !!python/dict {1: 2, 3: 4}
|
|
- !!python/dict
|
|
!!python/tuple [0,0]: 0
|
|
!!python/tuple [0,1]: 1
|
|
!!python/tuple [1,0]: 1
|
|
!!python/tuple [1,1]: 0
|