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
11 lines
365 B
Text
11 lines
365 B
Text
- !StreamStart
|
|
- !DocumentStart { explicit: false }
|
|
- !Scalar { implicit: [true,false], value: 'data' }
|
|
- !DocumentEnd
|
|
- !DocumentStart
|
|
- !Scalar { implicit: [true,false] }
|
|
- !DocumentEnd
|
|
- !DocumentStart { version: [1,1], tags: { '!': '!foo', '!yaml!': 'tag:yaml.org,2002:', '!ugly!': '!!!!!!!' } }
|
|
- !Scalar { implicit: [true,false] }
|
|
- !DocumentEnd
|
|
- !StreamEnd
|