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 tests to Github workflow #135

Open
LauJohansson opened this issue Sep 12, 2024 · 0 comments
Open

Add tests to Github workflow #135

LauJohansson opened this issue Sep 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@LauJohansson
Copy link

I would recommend alter the Github workflow for the PRs to include a unittest run.
In this way, developers are ensured that the code works as expected before merging (at least the tests should succeed).

Describe the solution you'd like
Simply add a new Github action that runs something similar with this:

python -m pytest /tests/

Reach out to me if you need assistance :)

@LauJohansson LauJohansson added the enhancement New feature or request label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant