Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test to check for schema definitions in specification text #579

Closed
tsalo opened this issue Aug 24, 2020 · 1 comment
Closed

Add test to check for schema definitions in specification text #579

tsalo opened this issue Aug 24, 2020 · 1 comment
Labels
infrastructure schema Issues related to the YAML schema representation of the specification. Patch version release.

Comments

@tsalo
Copy link
Member

tsalo commented Aug 24, 2020

A simple test would loop through items in the schema, read the description, and grep for that description in the rest of the specification. This stems from #578 (comment).

This is just a stopgap until the schema is used to render the specification text directly (as in #568).

@tsalo
Copy link
Member Author

tsalo commented Sep 8, 2020

We ended up merging #568 before starting to work on this, so now the primary entity definitions come directly from the schema, while in-text entity information is supplementary. That doesn't solve the issue for other schema items with descriptions, but I think it does mean that directly checking for schema definitions in the text won't make sense in many cases.

@tsalo tsalo closed this as completed Sep 8, 2020
@tsalo tsalo added the schema Issues related to the YAML schema representation of the specification. Patch version release. label Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure schema Issues related to the YAML schema representation of the specification. Patch version release.
Projects
Development

No branches or pull requests

2 participants