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

Extend unit test coverage with Hypothesis in numerical tests #788

Open
edoaltamura opened this issue Mar 20, 2024 · 0 comments
Open

Extend unit test coverage with Hypothesis in numerical tests #788

edoaltamura opened this issue Mar 20, 2024 · 0 comments
Labels
type: discussion 🗣️ General discussions and explanations type: enhancement ✨ Features or aspects to improve

Comments

@edoaltamura
Copy link
Collaborator

What should we add?

The hypothesis package could help enhance the unit test coverage in this library. It's a robust toolkit for testing algorithms like QSVC with edge cases and different random seeds automatically, without having to hard-wire test cases. The generated tests are reproducible and can be inspected individually with logs.

For more info on this testing library, read the manifesto.

@edoaltamura edoaltamura added type: discussion 🗣️ General discussions and explanations type: enhancement ✨ Features or aspects to improve labels Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: discussion 🗣️ General discussions and explanations type: enhancement ✨ Features or aspects to improve
Projects
None yet
Development

No branches or pull requests

1 participant