Commit 1ab95464 authored by Anika Treffehn's avatar Anika Treffehn
Browse files

added attribute to testconfig class to avoid pytest confusion

parent 1bcae77a
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -64,6 +64,9 @@ def merge_dicts(base: dict, other: dict) -> None:


class TestConfig:
    # avoid confusion with pytest tests due to naming
    __test__ = False

    def __init__(self, filename: str):
        """Parse a YAML or JSON configuration file"""
        # init lists of conditions and associated dirs