MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / render_testable

Function render_testable

scripts/ios/create-shared-scheme.py:97–107  ·  view source on GitHub ↗
(target: Target, container: str)

Source from the content-addressed store, hash-verified

95
96
97def render_testable(target: Target, container: str) -> str:
98 return f""" <TestableReference
99 skipped = \"NO\">
100 <BuildableReference
101 BuildableIdentifier = \"primary\"
102 BlueprintIdentifier = \"{target.identifier}\"
103 BuildableName = \"{target.buildable_name}\"
104 BlueprintName = \"{target.name}\"
105 ReferencedContainer = \"container:{container}\">
106 </BuildableReference>
107 </TestableReference>"""
108
109
110def render_scheme(

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected