Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: minitest/minitest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.25.5
Choose a base ref
...
head repository: minitest/minitest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.26.0
Choose a head ref
  • 12 commits
  • 10 files changed
  • 1 contributor

Commits on May 13, 2025

  1. + Added extra documentation to Minitest::TestTask options.

    [git-p4: depot-paths = "//src/minitest/dev/": change = 14489]
    zenspider committed May 13, 2025
    Configuration menu
    Copy the full SHA
    4c7eb35 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2025

  1. - Fix Minitest.run sequence rdoc to include loop vars and read consis…

    …tently.
    
    [git-p4: depot-paths = "//src/minitest/dev/": change = 14510]
    zenspider committed Jun 15, 2025
    Configuration menu
    Copy the full SHA
    9fa51de View commit details
    Browse the repository at this point in the history
  2. - Don't require rubygems in Rakefile... it is 2025.

    [git-p4: depot-paths = "//src/minitest/dev/": change = 14511]
    zenspider committed Jun 15, 2025
    Configuration menu
    Copy the full SHA
    68b3d0c View commit details
    Browse the repository at this point in the history
  3. - Still fighting with rdoc? Yup. Still fighting with rdoc...

    [git-p4: depot-paths = "//src/minitest/dev/": change = 14512]
    zenspider committed Jun 15, 2025
    Configuration menu
    Copy the full SHA
    a17393e View commit details
    Browse the repository at this point in the history
  4. - Removed some 1.8/1.9-based code from the assertions and expectations.

    [git-p4: depot-paths = "//src/minitest/dev/": change = 14513]
    zenspider committed Jun 15, 2025
    Configuration menu
    Copy the full SHA
    42ce806 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. - Ensure that minitest exits non-zero on Interrupt. (tavianator)

    [git-p4: depot-paths = "//src/minitest/dev/": change = 14523]
    zenspider committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    6c995cf View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2025

  1. Improve let tests to no longer be order dependent.

    [git-p4: depot-paths = "//src/minitest/dev/": change = 14524]
    zenspider committed Jul 5, 2025
    Configuration menu
    Copy the full SHA
    14c87ef View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2025

  1. clarify an assert_equal + newline + backslash n test output to be mor…

    …e readable
    
    [git-p4: depot-paths = "//src/minitest/dev/": change = 14552]
    zenspider committed Aug 17, 2025
    Configuration menu
    Copy the full SHA
    b3dcd38 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. - Switched assert_equal's diff from Tempfile.open to Tempfile.create.

    [git-p4: depot-paths = "//src/minitest/dev/": change = 14553]
    zenspider committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    7c90742 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. - Bypass parallel_executor entirely when n_threads=1.

    + Make parallelize_me! a no-op when n_threads=1.
    - Fix call to parallel_executor.shutdown when it isn't defined.
    
    [git-p4: depot-paths = "//src/minitest/dev/": change = 14561]
    zenspider committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    839c5f0 View commit details
    Browse the repository at this point in the history
  2. - Use Regexp.escape for BASE_RE in case pwd has special chars. (astra…

    …_1993)
    
    [git-p4: depot-paths = "//src/minitest/dev/": change = 14563]
    zenspider committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    5faf12f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. prepped for release

    [git-p4: depot-paths = "//src/minitest/dev/": change = 14579]
    zenspider committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    f78aa72 View commit details
    Browse the repository at this point in the history
Loading