Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

No errors thrown when running pytest #51

@alekkemeny

Description

@alekkemeny

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions