qiskit-machine-learning icon indicating copy to clipboard operation
qiskit-machine-learning copied to clipboard

Extend unit test coverage with `Hypothesis` in numerical tests

Open edoaltamura opened this issue 1 year ago • 0 comments
trafficstars

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 avatar Mar 20 '24 12:03 edoaltamura