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 GitHub Action for Automated Unit Tests #321

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

moisb7
Copy link

@moisb7 moisb7 commented Aug 6, 2024

This Pull Request adds a GitHub Actions configuration to automatically run unit tests on each push to the branch. The action performs the following steps:

  1. Sets up the Python 3.11.5 environment.
  2. Installs dependencies defined in requirements.txt.
  3. Runs unit tests using Pytest.

This ensures that tests are automatically executed and verified before merging any changes into the main branch.

@CLAassistant
Copy link

CLAassistant commented Aug 6, 2024

CLA assistant check
All committers have signed the CLA.

@moisb7
Copy link
Author

moisb7 commented Aug 6, 2024

its ok.

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 participants