Extend unit test coverage with Hypothesis
in numerical tests
#788
Labels
type: discussion 🗣️
General discussions and explanations
type: enhancement ✨
Features or aspects to improve
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.
The text was updated successfully, but these errors were encountered: