-
Notifications
You must be signed in to change notification settings - Fork 46
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
tests: fix macos test #218
Conversation
42706c9
to
d2c71ac
Compare
Copilot
AI
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 5 out of 5 changed files in this pull request and generated 9 suggestions.
Comments skipped due to low confidence (3)
src/pygccxml/declarations/container_traits.py:75
- Changing the return value from cls_name to None may cause unintended behavior. Ensure this change is intentional and correctly handled by the calling code.
return None
src/pygccxml/declarations/container_traits.py:118
- Changing the return value from cls_name to None may cause unintended behavior. Ensure this change is intentional and correctly handled by the calling code.
result = templates.join(
.github/workflows/tests.yml:105
- Running only 'tests/test_remove_template_defaults.py' limits the test coverage to a single test file. Ensure all tests are run to maintain comprehensive test coverage.
pytest tests/test_remove_template_defaults.py
Rebased after #219, I think I have a clearer picture now on how to fix some tests now |
84c0711
to
a51dd12
Compare
005de99
to
835a5e2
Compare
8165577
to
b38ed01
Compare
Fix string replacement (broken due to space mismatches)
No description provided.