QuTech-Delft / OpenSquirrel

A flexible (Python-based) quantum program compiler
Apache License 2.0
4 stars 1 forks source link

`unittest` to `pytest` #215

Closed S-Linde closed 2 months ago

S-Linde commented 2 months ago

Currently the tests of opensquirrel use a mix of unittest and pytest. All tests using unittest should use pytest instead.