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

Function run_tests

editor/scripts/bundle.py:800–804  ·  view source on GitHub ↗
(jdk)

Source from the content-addressed store, hash-verified

798 invoke_lein(init_command, jdk_path=jdk)
799
800def run_tests(jdk):
801 invoke_lein(['with-profile', '+headless', 'check-and-exit'], jdk_path=jdk)
802 invoke_lein(['test'], jdk_path=jdk)
803 # test that docs can be successfully produced
804 write_docs('target/docs', jdk_path=jdk)
805
806def test(options):
807 for platform in options.target_platform:

Callers 2

buildFunction · 0.70
testFunction · 0.70

Calls 2

invoke_leinFunction · 0.85
write_docsFunction · 0.85

Tested by

no test coverage detected