mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
6e25d10fe2
* Start on daml test-scripts * Run all `Script a` as test cases * LedgerClient: Expose PackageManagementClient To enable DAR uploads * Upload the DAR to the ledger * Start sandbox if no ledger specified * Format daml test-script * Fix deprecation warning on ActorMaterializer * Add test-case //daml-script/tests:test_daml_script_test_runner * Add daml test-script command CHANGELOG_BEGIN - [DAML Script - Experimental] Allow running DAML scripts as test-cases. Executing ``daml test-script --dar mydar.dar`` will execute all definitions matching the type ``Script a`` as test-cases. See `#3687 <https://github.com/digital-asset/daml/issues/3687>`__. CHANGELOG_END * daml-test-script enable logging * Remove outdated TODO comment * daml script-test More elaborate test-caseo Compare to expected output and add failing test-case * daml test-script Don't abort on test-failure Before the test runner would abort on the first failed test-case. This occasionally introduce additional test-failures if the sandbox was torn down half-way through execution. * ./fmt.sh Co-authored-by: Andreas Herrmann <andreash87@gmx.ch> |
||
---|---|---|
.. | ||
src/main | ||
BUILD.bazel |