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

feat: ignore 'skip' tests #23

Merged
merged 5 commits into from
May 28, 2024
Merged

feat: ignore 'skip' tests #23

merged 5 commits into from
May 28, 2024

Conversation

ZackKanter
Copy link
Member

@ZackKanter ZackKanter commented May 19, 2024

We currently have a portion of the JSONata test suite passing. Previously, these were bypassed altogether during testing, which made it hard to tell how much progress has been made and also gave a potentially misleading picture to newcomers who didn't read the fine print:

Screenshot 2024-05-19 at 5 47 06 PM

This PR automatically marks any test that is within the skip directory with the #[ignore] attribute, which gives a more accurate picture during test runs:

Screenshot 2024-05-19 at 5 47 20 PM

The discrepancy of tests in the counts above are due to the explicit ignoring of these tests: https://github.com/Stedi/jsonata-rs/pull/23/files#diff-d5b25f47f195a3cee058b3531c4f7b7695ca0acbe026abc86efe5a39c6a76793L12-L18

@ZackKanter ZackKanter marked this pull request as ready for review May 28, 2024 14:19
@ZackKanter ZackKanter enabled auto-merge (squash) May 28, 2024 14:19
@ZackKanter ZackKanter merged commit 1023a96 into main May 28, 2024
5 checks passed
@ZackKanter ZackKanter deleted the zk-ignore-skips branch May 28, 2024 14:23
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.

2 participants