MCPcopy Create free account
hub / github.com/defold/defold / test

Function test

editor/scripts/bundle.py:806–812  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

804 write_docs('target/docs', jdk_path=jdk)
805
806def test(options):
807 for platform in options.target_platform:
808 log("Testing editor for %s..." % platform)
809 jdk = get_jdk(platform)
810 init_editor(options, platform, jdk)
811 invoke_lein(['run', '-m', 'editor.ns-batch-builder', 'resources/sorted_clojure_ns_list.edn'], jdk_path=jdk)
812 run_tests(jdk)
813
814if __name__ == '__main__':
815 allowed_commands = {'build', 'docs', 'test'}

Callers 1

bundle.pyFile · 0.70

Calls 5

get_jdkFunction · 0.85
init_editorFunction · 0.85
invoke_leinFunction · 0.85
logFunction · 0.70
run_testsFunction · 0.70

Tested by

no test coverage detected