Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 480 Bytes

missing_materials.md

File metadata and controls

27 lines (14 loc) · 480 Bytes

MissingMaterials

from tdw.add_ons.model_verifier.model_tests.missing_materials import MissingMaterials

Check if any materials are missing.


Functions

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.