Skip to content

Remove strict jsonchemas and conformance test cases (v2) - #176

Open
clbarnes wants to merge 6 commits into
ome:mainfrom
clbarnes:rm-strict2
Open

Remove strict jsonchemas and conformance test cases (v2)#176
clbarnes wants to merge 6 commits into
ome:mainfrom
clbarnes:rm-strict2

Conversation

@clbarnes

@clbarnes clbarnes commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Supercedes #140 ; resolves #138 .

Incorporates @will-moore 's feedback, migrating all of the strict examples to non-strict and updating references to them.

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

Automated Review URLs

@jo-mueller jo-mueller left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it looks good. I'll briefly check the build on my end

Comment thread tests/test_validation.py
Comment on lines -133 to +129
if __name__ == '__main__':
pytest.main([__file__]) No newline at end of file
if __name__ == "__main__":
pytest.main([__file__])

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to remove this alltogether, I think I left this behind at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove "strict" jsonschemas and test cases

2 participants