You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
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:
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 thoughimport tweedledum
was throwing an import error behind the scenes from__init__
in the mapping folder.Shown output:
The text was updated successfully, but these errors were encountered: