[BOT] Bump bashunit to version 0.41.0#89
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update bashunit to version 0.41.0.
Release Notes:
✨ Improvements
--retry <n>/BASHUNIT_RETRYre-runs a failed test up to N times; passes if any attempt passes, annotates retried tests, and works with--paralleland--stop-on-failure(#737)--random-orderwith--seed <n>/BASHUNIT_SEEDrandomizes test file and function order to surface inter-test coupling; prints the seed for reproducible replay and works with--parallel(#738)--shard <index>/<total>runs a deterministic, non-overlapping subset of the test files to split a suite across parallel CI runners; composes with--parallel(#739)--report-tap <file>writes a TAP v13 report to a file (complements the streaming--output tap) (#740)--report-json <file>writes results as JSON (summary counts + per-test records); nojqdependency (#741)assert_file_permissions <mode> <file>asserts a file's octal permission mode; portable across GNU/BSDstat(#742)assert_array_length <n> <array>asserts an array has exactlynelements (#743)assert_within_delta <expected> <actual> <delta>asserts a number is within a tolerance; supports floats (#744)🐛 Bug Fixes
watchsubcommand failed withbashunit::watch::run: command not foundin the released binary becausesrc/watch.shwas missing from the build; it is now bundled (#735)🛠️ Changes
👥 Contributors
Checksum
SHA256:
146c9b1f5462633d40c377ab0548bbd1a720ce365f49ef6942621192b4d15f79Full Changelog: 0.40.0...0.41.0