verifyml.model_tests.ModelTest
ModelTest Objects
@dataclass
class ModelTest(ABC)
Base class for all FEAT tests
run
| @abstractmethod
| 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