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

Fixed #186 and improved package build #214

Merged
merged 3 commits into from
Apr 18, 2024
Merged

Fixed #186 and improved package build #214

merged 3 commits into from
Apr 18, 2024

Conversation

ml31415
Copy link
Collaborator

@ml31415 ml31415 commented Apr 18, 2024

It was necessary to put the tests into their own folder at package root, so that they can be a) excluded and b) can still import from each other. In the previous setup it was possible, to exclude the tests package, but the test modules couldn't import from each other, as they didn't find each other when run in the build environment.

This made it impossible, to reuse code within the different test modules e.g. test fixtures and mockups.

@ml31415 ml31415 merged commit 3b8a3ea into master Apr 18, 2024
12 checks passed
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.

2.0.11: build fails with [-Wincompatible-pointer-types] error
1 participant