Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 726 Bytes

model_test.md

File metadata and controls

43 lines (23 loc) · 726 Bytes

ModelTest

from tdw.add_ons.model_verifier.model_tests.model_test import ModelTest

Run a test on a model.


Fields

  • reports A list of report strings after running the test.

  • done If True, the test is done.


Functions

__init__

ModelTest(record)

Parameter Type Default Description
record ModelRecord The model record.

start

self.start()

Returns: A list of commands to start the test.

on_send

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.