qiboteam / qibo-client

Qibo remote connection client.
https://qibo.science
Apache License 2.0
2 stars 1 forks source link

Do not mix unittest and pytest frameworks #34

Closed marcorossi5 closed 2 months ago

marcorossi5 commented 5 months ago

We use pytest as the test runner, but we keep using unittest.mock module for Mock and patch.

We would like to avoid that by using pytest.monkeypatch instead.