Skip to content

Commit

Permalink
refactor: add missing
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino committed Nov 16, 2024
1 parent aa14439 commit f2252a6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,22 @@ def load_read_nodes(self, data_model_id: dm.DataModelId) -> dm.NodeList:
instance_space="springfield_instances",
)

WIND_ENTERPRISE = ExampleSDK(
data_model_ids=[DataModelId("sp_pygen_power_enterprise", "WindDomain", "v1")],
_top_level_package="wind_enterprise",
client_name="WindEnterpriseClient",
generate_sdk=False,
instance_space="sp_wind",
)

WIND_TURBINE = ExampleSDK(
data_model_ids=[DataModelId("sp_pygen_power", "WindTurbine", "1")],
_top_level_package="wind_turbine",
client_name="WindTurbineClient",
generate_sdk=False,
instance_space="sp_wind",
)


class EquipmentSDKFiles:
client_dir = EQUIPMENT_UNIT_SDK.client_dir
Expand Down

0 comments on commit f2252a6

Please sign in to comment.