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

[Feature]: The tests should be run automatically. #7

Closed
1 task done
aiakide opened this issue Apr 24, 2024 · 1 comment
Closed
1 task done

[Feature]: The tests should be run automatically. #7

aiakide opened this issue Apr 24, 2024 · 1 comment
Labels
✨ feature Requests or discussions about new features

Comments

@aiakide
Copy link
Collaborator

aiakide commented Apr 24, 2024

✏️ Problem Description

Currently, the tests are executed only locally by the developers, which means that only a small proportion of the supported system and Python versions are covered.

💡 Feature Request

We need a CI/CD pipeline that executes the test for different systems and python versions.

🌍 Context

The pipeline should be executed with every pull request and every publication.

🔍 Additional Information

No response

👍 Code of Conduct

  • I agree to follow this project's Code of Conduct
@aiakide aiakide added the ✨ feature Requests or discussions about new features label Apr 24, 2024
aiakide added a commit that referenced this issue May 16, 2024
…orms and python versions (#14)

## 📥 Pull Request Description

This pull request adds a github workflow that is triggered in case of an
pull-request and runs the pytest of the project for different platforms
and python versions.

## 👀 Affected Areas

- CI
- tests

## 📝 Checklist

Please make sure you've completed the following tasks before submitting
this pull request:

- [X] Pre-commit hooks were executed
- [ ] Changes have been reviewed by at least one other developer
- [ ] Tests have been added or updated to cover the changes (only
necessary if the changes affect the executable code)
- [X] All tests ran successfully
- [X] All merge conflicts are resolved
- [ ] Documentation has been updated to reflect the changes
- [X] Any necessary migrations have been run

## 📌 Related Issues

- #7
@aiakide
Copy link
Collaborator Author

aiakide commented May 28, 2024

Solved by #14

@aiakide aiakide closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature Requests or discussions about new features
Projects
None yet
Development

No branches or pull requests

1 participant