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

tests: fix macos test #218

Merged
merged 1 commit into from
Dec 14, 2024
Merged

tests: fix macos test #218

merged 1 commit into from
Dec 14, 2024

Conversation

iMichka
Copy link
Contributor

@iMichka iMichka commented Dec 8, 2024

No description provided.

@iMichka iMichka force-pushed the macos-2 branch 12 times, most recently from 42706c9 to d2c71ac Compare December 11, 2024 22:12
@thewtex thewtex requested a review from Copilot December 12, 2024 21:52
Copy link

@Copilot Copilot AI left a 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

src/pygccxml/declarations/type_traits.py Outdated Show resolved Hide resolved
src/pygccxml/declarations/container_traits.py Outdated Show resolved Hide resolved
src/pygccxml/declarations/container_traits.py Outdated Show resolved Hide resolved
src/pygccxml/declarations/container_traits.py Outdated Show resolved Hide resolved
src/pygccxml/declarations/container_traits.py Outdated Show resolved Hide resolved
src/pygccxml/declarations/container_traits.py Outdated Show resolved Hide resolved
src/pygccxml/declarations/container_traits.py Outdated Show resolved Hide resolved
src/pygccxml/declarations/container_traits.py Outdated Show resolved Hide resolved
src/pygccxml/declarations/container_traits.py Outdated Show resolved Hide resolved
@iMichka
Copy link
Contributor Author

iMichka commented Dec 12, 2024

Rebased after #219, I think I have a clearer picture now on how to fix some tests now

@iMichka iMichka force-pushed the macos-2 branch 2 times, most recently from 84c0711 to a51dd12 Compare December 12, 2024 23:25
@iMichka iMichka marked this pull request as draft December 12, 2024 23:28
@iMichka iMichka force-pushed the macos-2 branch 11 times, most recently from 005de99 to 835a5e2 Compare December 14, 2024 15:01
@iMichka iMichka force-pushed the macos-2 branch 6 times, most recently from 8165577 to b38ed01 Compare December 14, 2024 21:43
Fix string replacement (broken due to space mismatches)
@iMichka iMichka marked this pull request as ready for review December 14, 2024 21:49
@iMichka iMichka merged commit cdee0dc into develop Dec 14, 2024
7 of 8 checks passed
@iMichka iMichka deleted the macos-2 branch December 14, 2024 21:58
@iMichka iMichka mentioned this pull request Dec 14, 2024
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.

1 participant