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

appends ids to test names instead of appending as attributes #28

Merged

Conversation

zsigmas
Copy link
Contributor

@zsigmas zsigmas commented Jun 19, 2024

Issue:
IDs were stored in in test result attributes.
When tests didn't run due to errors (not test expectation failures), results were missing.
Solution:
IDs are now stored in test names and parsed later.
Update:
Tests are marked as failed for any generic errors, not just failing expectations.

closes #27

Issue:
    IDs were stored in in test result attributes.
    When tests didn't run due to errors (not test expectation failures), results were missing.
Solution:
    IDs are now stored in test names and parsed later.
Update:
    Tests are marked as failed for any generic errors, not just failing expectations.
@zsigmas zsigmas added the bug Something isn't working label Jun 19, 2024
@zsigmas zsigmas requested a review from mattkorb June 19, 2024 10:27
@zsigmas zsigmas self-assigned this Jun 19, 2024
@zsigmas zsigmas linked an issue Jun 19, 2024 that may be closed by this pull request
@zsigmas zsigmas enabled auto-merge June 19, 2024 10:28
@zsigmas zsigmas merged commit bb360c3 into main Jun 19, 2024
8 checks passed
@zsigmas zsigmas deleted the 27-qc-does-not-work-when-generic-errors-happen-during-testing branch June 19, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

qc does not work when generic errors happen during testing
2 participants