Skip to content

Commit

Permalink
don't discover TestEnvironment as being itself a test
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Oct 15, 2024
1 parent cc8079c commit 311ae03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/support/test_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ class MismatchAction(Enum):
class TestEnvironment:
import_map_warning_emitted: bool = False

__test__ = False

""" Testing environment """
def __init__(self, filedir: str) -> None:
self.cwd = os.path.dirname(filedir) # base directory for indir, outdir and tempdir
Expand Down

0 comments on commit 311ae03

Please sign in to comment.