Skip to content

Bump retest from 1.13.2 to 2.4.0#202

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/retest-2.4.0
Open

Bump retest from 1.13.2 to 2.4.0#202
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/retest-2.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 30, 2026

Bumps retest from 1.13.2 to 2.4.0.

Release notes

Sourced from retest's releases.

Add "force batch" interactive option

Implementing #267

This release adds a new option: force batch (fb). Unlike the original force option, where you manually select tests; force batch lets you paste in a raw list of file paths. Retest will then attempt to map those files to the corresponding tests and print a summary showing which ones were successfully identified.

The behaviour matches that of a regular forced selection: on every file change, the chosen tests will run instead of the usual set, until you either make a new forced selection or reset it.

Example:

> fb
Enter list of test files to run (Press Ctrl+D or Ctrl+Z to finish)

hello.rb runner.rb rake_test.rb matching_options.rb runner_test.rb <press Ctrl+Z>

Retest could not find matching tests for these inputs:

  • hello.rb

Forced selection enabled. Reset to default settings by typing 'r' in the interactive console.

Tests selected:

  • test/retest/command/rake_test.rb
  • test/retest/matching_options_test.rb
  • test/retest/runner_test.rb

Run options: --seed 55189

Running:

...............................................

Finished in 0.216453s, 217.1372 runs/s, 485.0938 assertions/s.

47 runs, 105 assertions, 0 failures, 0 errors, 0 skips

Type interactive command and press enter. Enter 'h' for help. >

What's Changed

Full Changelog: AlexB52/retest@v2.3.0...v2.4.0

Reorder options on multiple matching tests prompt

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [retest](https://github.com/AlexB52/retest) from 1.13.2 to 2.4.0.
- [Release notes](https://github.com/AlexB52/retest/releases)
- [Commits](AlexB52/retest@v1.13.2...v2.4.0)

---
updated-dependencies:
- dependency-name: retest
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Apr 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants