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

[6] Setup CI test pipeline #7

Merged
merged 8 commits into from
Jul 20, 2024
Merged

[6] Setup CI test pipeline #7

merged 8 commits into from
Jul 20, 2024

Conversation

MothNik
Copy link
Owner

@MothNik MothNik commented Jul 20, 2024

This pull request

📦 Package

  • moves the whole package content into an src-folder

✅❌ Tests

  • adds a CI pipeline for running the automated tests for all targeted Python versons

Closes #6

- first test of a GitHub CI for testing
- fixed wrong pip install and python versions in CI ?
- fixed loading of test files that do not contain test but dependencies that cannot be loaded ?
- escaped imports of unaccessible dependencies for test-file generation in GitHub CI tests by making the `if __name__ == "__main__"` include these imports and function definitions
- test whether Cython build can be removed from GitHub actions for testing ?
- reverted removal of Cython for testing
- moved the full package back into an `src`-folder

BLD:
- updated `pyproject.toml` and `setup.py` to account for the movement to the `src`-folder
- removed dedicated Cython build from CI test pipeline
- changed CI pipeline target branches
@MothNik MothNik added 📦 packaging Issues, additions, improvements related to packaging and building the package ✅❌ tests Everything related to maintaining or improving tests and coverage 🦾 GitHub Action Everything related to GitHub actions labels Jul 20, 2024
@MothNik MothNik self-assigned this Jul 20, 2024
@MothNik MothNik linked an issue Jul 20, 2024 that may be closed by this pull request
@MothNik MothNik merged commit fa9aecb into main Jul 20, 2024
4 checks passed
@MothNik MothNik linked an issue Jul 21, 2024 that may be closed by this pull request
@MothNik MothNik changed the title Setup CI test pipeline [6] Setup CI test pipeline Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦾 GitHub Action Everything related to GitHub actions 📦 packaging Issues, additions, improvements related to packaging and building the package ✅❌ tests Everything related to maintaining or improving tests and coverage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🔎📜 Add format, lint, and import checks to CI pipeline ✅❌ Add test CI pipeline
1 participant