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

improve json integ tests #187

Merged
merged 2 commits into from
Aug 25, 2024
Merged

improve json integ tests #187

merged 2 commits into from
Aug 25, 2024

Conversation

yshavit
Copy link
Owner

@yshavit yshavit commented Aug 25, 2024

JSON is hard to read when it's all one line, so this makes it easier to see what's actually happening.

Also drop non-alphanumeric, non-whitespace chars from the integ test names. Otherwise, they become double underlines (foo: bar -> foo__bar), which triggers style warnings.

Drop non-alphanumeric, non-whitespace chars. Otherwise, they become
double underlines (`foo: bar` -> `foo__bar`), which triggers style
warnings.
JSON is hard to read when it's all one line, so this makes it easier to
see what's actually happening.
@yshavit yshavit merged commit 666adfa into main Aug 25, 2024
4 checks passed
@yshavit yshavit deleted the integ-tests-json branch August 25, 2024 20:29
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.

1 participant