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

Increase coverage #399

Open
wvangeit opened this issue Jun 7, 2022 · 3 comments
Open

Increase coverage #399

wvangeit opened this issue Jun 7, 2022 · 3 comments

Comments

@wvangeit
Copy link
Contributor

wvangeit commented Jun 7, 2022

Now that the coverage reporting is fixed we can see that the coverage has regressed over time. @AurelienJaquier @DrTaDa @anilbey, can you help getting the coverage closer to 100% again?
I guess it's mostly deapext/CMA that needs some work.

@wvangeit
Copy link
Contributor Author

wvangeit commented Jun 7, 2022

Btw, i don't think there is a functional test for CMA yet, it would be good to have one (i.e. run a 'very' small optimization with CMA and compare results)

@anilbey
Copy link
Collaborator

anilbey commented Jun 7, 2022

The built-in unittest.mock library can be handy for the parts of code that are harder to test.
https://docs.python.org/3/library/unittest.mock.html#module-unittest.mock

@DrTaDa
Copy link
Contributor

DrTaDa commented Jun 23, 2022

Partially full-filled with #402 and #403

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

No branches or pull requests

3 participants