from tdw.add_ons.model_verifier.model_tests.model_test import ModelTest
Run a test on a model.
-
reports
A list of report strings after running the test. -
done
If True, the test is done.
ModelTest(record)
Parameter | Type | Default | Description |
---|---|---|---|
record | ModelRecord | The model record. |
self.start()
Returns: A list of commands to start the test.
self.on_send(resp)
Parameter | Type | Default | Description |
---|---|---|---|
resp | List[bytes] | The response from the build. |
Returns: A list of commands to continue or end the test.