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

Fix issue 245 #247

Merged
merged 3 commits into from
Dec 14, 2020
Merged

Fix issue 245 #247

merged 3 commits into from
Dec 14, 2020

Conversation

matt-deboer
Copy link
Contributor

What this PR does / why we need it:
In Catch2 v3 tests with tags, the parser was accidentally skipping the next element (test case), causing some tests to be missed.

Which issue(s) this PR fixes:
Fixes #245

Special notes for your reviewer:
Some additional tests were added in the cpp sample project to allow verification in integration test mode.

(updated to version 3.6.16 -- ready for release)

@matepek
Copy link
Owner

matepek commented Dec 13, 2020

New tests. Cool. I love it.
Please remove the date from the changelog file. CI/CD will fill it.

@matepek
Copy link
Owner

matepek commented Dec 14, 2020

I meant remove just the date not the version bump. Well, no worries I will increase it.
Thanks for the PR

@matepek matepek merged commit 98b267f into matepek:master Dec 14, 2020
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.

tests with tags are incorrectly parsed for catch2 v3
2 participants