ruby/tool/lib/test/unit
lukeg 7717684d16 tool test/unit/testcase: rename vars @passed, @@current
to @__passed__, @@__current__.
@passed is redefined in a few test suites, and this could lead to bugs.

Also rename @options (Runner#options) to @__runner_options__, which is
only used in make test-tool anyway.
2023-10-26 12:39:13 +09:00
..
assertions.rb Prevent accidental use of assert_raises 2022-06-25 19:09:06 +09:00
parallel.rb fix test/rubygems/test_gem_package_task.rb when in -j mode 2023-02-28 06:34:27 +09:00
testcase.rb tool test/unit/testcase: rename vars @passed, @@current 2023-10-26 12:39:13 +09:00