Skip to content

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:

  1. Get test result and update self.result
  2. Update self.passed, a boolean indicating if result meets a defined condition