<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/lib/test/unit/testcase.rb, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Add `Test::Unit::TestCase#method_name`</title>
<updated>2024-02-21T06:45:53+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-02-21T06:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1fa4d15ca732f64616161739a50f57c287e17402'/>
<id>1fa4d15ca732f64616161739a50f57c287e17402</id>
<content type='text'>
For the compatibility with test-unit gem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For the compatibility with test-unit gem.
</pre>
</div>
</content>
</entry>
<entry>
<title>tool test/unit/testcase: rename vars @passed, @@current</title>
<updated>2023-10-26T03:39:13+00:00</updated>
<author>
<name>lukeg</name>
<email>luke.gru@gmail.com</email>
</author>
<published>2023-03-15T16:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7717684d164d8ff8beece61170f0083c7dcb45fd'/>
<id>7717684d164d8ff8beece61170f0083c7dcb45fd</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `Test::Unit::TestCase.make_my_diffs_pretty!`</title>
<updated>2021-10-18T08:36:06+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-10-18T06:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6c74976aef2b6f3eeecf6bdcb9b2ac2d9105308e'/>
<id>6c74976aef2b6f3eeecf6bdcb9b2ac2d9105308e</id>
<content type='text'>
`Test::Unit::CoreAssertions#mu_pp` is defined always using
`pretty_inspect`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`Test::Unit::CoreAssertions#mu_pp` is defined always using
`pretty_inspect`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer `require_relative`</title>
<updated>2021-10-15T09:47:25+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-10-15T09:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=370fff98ce93f51e2727b92b0b7b6afb4576cc98'/>
<id>370fff98ce93f51e2727b92b0b7b6afb4576cc98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor ordering of tests</title>
<updated>2021-10-04T11:46:47+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-09-18T07:05:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c4570acc86837fefa542a678dfdaba73cdd1fd03'/>
<id>c4570acc86837fefa542a678dfdaba73cdd1fd03</id>
<content type='text'>
* Split the sorting types into classes.
* Apply the same sorting to method sorting under the parallel
  test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Split the sorting types into classes.
* Apply the same sorting to method sorting under the parallel
  test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prohibit test method redefinition</title>
<updated>2021-09-16T23:54:18+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-09-16T23:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=34d6720fee545c42a24f88044d0f78db0477452d'/>
<id>34d6720fee545c42a24f88044d0f78db0477452d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed workaround for test_order</title>
<updated>2021-09-13T05:39:23+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-09-13T02:31:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=dbdceb8a191b540caae534d28cee6f20a9759d50'/>
<id>dbdceb8a191b540caae534d28cee6f20a9759d50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused alias for run_test</title>
<updated>2021-09-11T11:35:18+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-09-11T11:35:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d58e0ffc247a18bbd6ec5a7f78c79e171bda4168'/>
<id>d58e0ffc247a18bbd6ec5a7f78c79e171bda4168</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed rubinius support from test suite</title>
<updated>2021-09-11T09:10:15+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-09-11T09:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a13ee1f33cca476061f3ed7c823059188884fc17'/>
<id>a13ee1f33cca476061f3ed7c823059188884fc17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed maglev related code because it's not active status now</title>
<updated>2021-09-11T09:10:15+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-09-11T09:03:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=aebd0a873e9de23544426e5a27e0fb68140d474a'/>
<id>aebd0a873e9de23544426e5a27e0fb68140d474a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
