Add version, tags fields to script, tests #27
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Partially addresses #17 and #25, this adds "VERSION" and "TAGS' fields to the
processor.py script, and to the former to all the tests.
It doesn't currently do much with the output, other than to add "version" and "tags" variables to the json test files, but the idea is we could do two things with this:
1.0-1.1
?)docfix
?Below I note @fbennett agrees we could also use "description" field. I suggest people just start adding that when they see a need for it on a test. The script will simply ignore it currently.
My suggestion on 2, then: on those tests that we think expose a gap in the spec, we simply add the
docfix
tag above, along with adescription
field (which the script will ignore) if it would be helpful to understand why you tagged it. Beyond that, I don't know what other tags would be relevant here, but we should aim to develop a controlled list, so easy to work with the results.