-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: test-unit/test-unit
base: 3.6.8
head repository: test-unit/test-unit
compare: 3.7.0
- 10 commits
- 41 files changed
- 3 contributors
Commits on Apr 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5745469 - Browse repository at this point
Copy the full SHA 5745469View commit details
Commits on May 22, 2025
-
doc: test: add
ractor def test_XXXstyle (#309)GitHub: fix GH-261 --------- Co-authored-by: Sutou Kouhei <kou@clear-code.com>
Configuration menu - View commit details
-
Copy full SHA for 25ab959 - Browse repository at this point
Copy the full SHA 25ab959View commit details
Commits on Jun 13, 2025
-
Use require_relative instead of require (#312)
GitHub: GH-311 This patch will reduce dependency on `$LOAD_PATH`. It replaces `require` with `require_relative` for internal library files. This change is applied only when the replacement can be done statically and simply. More advanced replacements are out of scope for this patch, such as: * Using `autoload` * Changes under `test/` --------- Co-authored-by: Sutou Kouhei <kou@clear-code.com>
Configuration menu - View commit details
-
Copy full SHA for 5914658 - Browse repository at this point
Copy the full SHA 5914658View commit details
Commits on Jun 19, 2025
-
Use require_relative instead of autoload (#313)
GitHub: GH-311 This patch will reduce dependency on `$LOAD_PATH`. More advanced replacements are out of scope for this patch, such as: * Changes under `test/` --------- Co-authored-by: Sutou Kouhei <kou@clear-code.com>
Configuration menu - View commit details
-
Copy full SHA for 572b28a - Browse repository at this point
Copy the full SHA 572b28aView commit details
Commits on Jun 28, 2025
-
Add
--versioncli option (#314)Recently there have been some issues in Ruby head with binstubs. The following output is from https://github.com/ruby/ruby-dev-builder/actions/runs/15884945465/job/44794519509: Like to add `test-unit` to the CLI test, and having a version option makes for a simple check. ``` Run ruby test_files/cli_test.rb ───── CLI Test ───────────────── bundle ✅ 2.7.0.dev gem ✅ 3.7.0.dev irb ✅ 1.15.2 racc ✅ 1.8.1 rake ✅ 13.3.0 rbs ❌ missing binstub rdbg ❌ missing binstub rdoc ✅ 6.14.1 ruby 3.5.0dev (2025-06-25T17:13:11Z :detached: a1996b32a9) +PRISM [x86_64-linux] bad exit Error: Process completed with exit code 1. ``` Co-authored-by: Sutou Kouhei <kou@clear-code.com>
Configuration menu - View commit details
-
Copy full SHA for df171be - Browse repository at this point
Copy the full SHA df171beView commit details -
test: use require_relative instead of require (#315)
GitHub: fix GH-311 This is a follow-up to GH-312 and the final patch to fix GH-311. This patch will reduce dependency on `$LOAD_PATH`. It replaces `require` with `require_relative` for internal library files in `test/`. If you want to run tests against the installed `test-unit`, you can still use the `test/` directory like this: This example runs tests against the installed `test-unit` version 3.6.8. ```console $ ruby -I $(gem env home)/gems/test-unit-3.6.8/lib bin/test-unit test ```
Configuration menu - View commit details
-
Copy full SHA for e837be2 - Browse repository at this point
Copy the full SHA e837be2View commit details
Commits on Jun 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 87891d8 - Browse repository at this point
Copy the full SHA 87891d8View commit details
Commits on Jul 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9335d99 - Browse repository at this point
Copy the full SHA 9335d99View commit details
Commits on Jul 5, 2025
-
Revert "Use require_relative instead of autoload (#313)" (#321)
Configuration menu - View commit details
-
Copy full SHA for 84b93a0 - Browse repository at this point
Copy the full SHA 84b93a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c17d7ed - Browse repository at this point
Copy the full SHA c17d7edView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.6.8...3.7.0