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

Add basic CI testing infrastructure #4

Merged
merged 3 commits into from
Feb 3, 2024
Merged

Add basic CI testing infrastructure #4

merged 3 commits into from
Feb 3, 2024

Conversation

kerberizer
Copy link
Member

Implemented a basic testing setup using pytest to ensure code quality and reliability. Added a GitHub Actions workflow to automate running tests across multiple Python versions (for now: 3.9, 3.10, 3.11) on every push to the main branch and for pull requests. This setup uses Poetry for dependency management, streamlining our development process. The changes include a extremely basic pytest test case as a starting point for future tests (even if basic, it has already caught one problem) and the necessary GitHub Actions configuration to integrate with our current Poetry-managed project.

@kerberizer kerberizer self-assigned this Feb 3, 2024
@kerberizer kerberizer merged commit 3a61f79 into master Feb 3, 2024
6 checks passed
@kerberizer kerberizer deleted the tests branch February 3, 2024 17:21
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