qiboteam / qibocal

Quantum calibration, characterization and validation module for Qibo.

Home Page:https://qibo.science

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce unit tests for protocols

andrea-pasquale opened this issue · comments

Currently we are testing protocols related code only through end-to-end tests.
To make sure that the code runs as expected it would be beneficial to add unittests for each protocols.
Instead of testing whether the code runs we could check exactly what each step (acquisition, fit and plot) is supposed to return.