model_tests.ModelTest¶
ModelTest Objects¶
@dataclass
class ModelTest(ABC)
Base class for all FEAT tests
run¶
@abstractmethod
def run() -> bool
Contains logic specific to a model test. This method should:
- Get test result and update self.result
- Update self.passed, a boolean indicating if result meets a defined condition