sQUlearn / squlearn

scikit-learn interface for quantum algorithms
https://squlearn.github.io
Apache License 2.0
57 stars 18 forks source link

Eternal: Testing #231

Open David-Kreplin opened 7 months ago

David-Kreplin commented 7 months ago

We want to improve our test coverage in the short term and require unit tests in the long term. Here are some things, that still need to be tested:

Also create a coverage report with

pytest --cov-report term-missing --cov=squlearn tests/

to see which lines aren't tested yet.