Skip to content

Increase of testing coverage #339

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

Merged
merged 5 commits into from
May 22, 2025
Merged

Conversation

alphaville
Copy link
Owner

@alphaville alphaville commented Mar 25, 2024

Main Changes

  • Increasing test coverage (now 92%)

Measure coverage with:

pytest -v --cov-report html \
                --cov=opengen \
                test/test_constraints.py \
                test/test.py 

You first need to install the following

pip install pytest
pip install pytest-cov

@alphaville alphaville self-assigned this Mar 26, 2024
@alphaville alphaville added the test Unit tests label Mar 27, 2024
@alphaville alphaville marked this pull request as ready for review May 22, 2025 15:44
@alphaville alphaville merged commit 54a35b8 into master May 22, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant