Qiskit / red-queen

Quantum software benchmarking tool
Apache License 2.0
18 stars 15 forks source link

No errors thrown when running pytest #51

Open hunterkemeny opened 12 months ago

hunterkemeny commented 12 months ago

When running the example command pytest red_queen/games/mapping/map_queko.py -m tweedledum --store , no errors of any kind are reported to the console, even when every function in map_queko.py is altered or removed.

This is related to issue #50, because the tweedledum import error should have been reported to the console. Instead, only the Namespace output was reported when running pytest, even though import tweedledum was throwing an import error behind the scenes from __init__ in the mapping folder.

Shown output: Screenshot 2023-09-27 at 11 29 03 AM