Skip to content

tests: Enable tests for gunittest's test_assertions_vect.py #6124

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

echoix
Copy link
Member

@echoix echoix commented Jul 27, 2025

I was preparing some changes in gunittest code, and noticed that a whole set of asserts were not tested, and there was a typo in one of them for more than a decade. Unfortunately, the tests here weren't checking for this particular assert.
The file was excluded because of one error that is unrelated to the problem I found.
By making it an expected failure, the 10 other tests in the file can be executed.

@github-actions github-actions bot added macOS macOS specific CI Continuous integration Python Related code is in Python libraries tests Related to Test Suite labels Jul 27, 2025
@echoix echoix requested a review from wenzeslaus July 27, 2025 10:02
@echoix echoix enabled auto-merge (squash) July 27, 2025 13:43
@echoix
Copy link
Member Author

echoix commented Jul 30, 2025

This is also low risk, it reenables existing tests from a single file, that was disabled because of one single test. They were already running in CI on windows, but the file was excluded on Linux and macOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous integration libraries macOS macOS specific Python Related code is in Python tests Related to Test Suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant