yaml / yaml-test-suite

Comprehensive, language independent Test Suite for YAML
MIT License
172 stars 58 forks source link

Generate tsv #82

Closed ingydotnet closed 2 years ago

ingydotnet commented 2 years ago

make docker-tsv generates out.tsv for import into google sheets.

It uses yamlio/yaml-editor base docker image to try each test against the various parsers.

perlpunk commented 2 years ago

I would suggest to do this in a different repo for now. The matrix code is also in its own repo. I guess there will be a lot of changes, and I think this repo should not contain much more than the test data itself.

ingydotnet commented 2 years ago

This is an internal tool to help add new tests and maintain existing ones.

It doesn't need to be in master to get the job done.

Closing the PR.