<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test/support/helper, branch 1.1.8</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>tests: clean up file system for all tests</title>
<updated>2017-01-22T11:15:18+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2017-01-21T15:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d7b8420aaadf93b455a5c268777c3013f8ac2296'/>
<id>d7b8420aaadf93b455a5c268777c3013f8ac2296</id>
<content type='text'>
(No longer just integration tests.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(No longer just integration tests.)
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: reset ARGV in teardown</title>
<updated>2017-01-21T15:08:20+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2017-01-21T15:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d86342a2519b6bdc5393302e3e81e5b72aa26e7f'/>
<id>d86342a2519b6bdc5393302e3e81e5b72aa26e7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: clear tab cache in global teardown</title>
<updated>2017-01-21T14:24:19+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2017-01-21T14:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2d550b50081bfa0d641875f8657fd376afe0c10f'/>
<id>2d550b50081bfa0d641875f8657fd376afe0c10f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: enforce `super` in lifecycle hooks</title>
<updated>2017-01-21T11:34:52+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2017-01-21T11:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=70a381a00ff1e354e059aa07d55ebab90c5f874a'/>
<id>70a381a00ff1e354e059aa07d55ebab90c5f874a</id>
<content type='text'>
This will allow us to have global setup and teardown for tests.

For example, we can automatically clear caches after each test, to avoid
annoying intermittent failures like #1879 and #1886.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will allow us to have global setup and teardown for tests.

For example, we can automatically clear caches after each test, to avoid
annoying intermittent failures like #1879 and #1886.
</pre>
</div>
</content>
</entry>
<entry>
<title>integration_command_test_case: improve fail output</title>
<updated>2017-01-18T08:36:36+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-18T08:36:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4d2201b8beabf99a1f4bf062a5aef12b19475caa'/>
<id>4d2201b8beabf99a1f4bf062a5aef12b19475caa</id>
<content type='text'>
Instead of `puts`ing when the failure occurs save it until the error
message and print a prose description of what the failure was and the
output from the command. This makes the output from failing tests
significantly easier to read.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of `puts`ing when the failure occurs save it until the error
message and print a prose description of what the failure was and the
output from the command. This makes the output from failing tests
significantly easier to read.
</pre>
</div>
</content>
</entry>
<entry>
<title>fs_leak_logger: use more permissive mkpath.</title>
<updated>2016-12-03T15:04:02+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-03T15:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c560c4720200f6c54b06c549b95ed4412f673d2d'/>
<id>c560c4720200f6c54b06c549b95ed4412f673d2d</id>
<content type='text'>
This avoids a race condition occurring here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids a race condition occurring here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace Utils::JSON with corelib JSON calls.</title>
<updated>2016-11-21T01:06:25+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2016-11-20T18:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d07b9ed7f2e8806b1840b4f60605ef45487655e1'/>
<id>d07b9ed7f2e8806b1840b4f60605ef45487655e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Require `integration_command_test_case` in `testing_env`.</title>
<updated>2016-11-16T22:52:38+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-11-13T20:35:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9dc1f8f3cd405bc299eb688075687f951afd3e13'/>
<id>9dc1f8f3cd405bc299eb688075687f951afd3e13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate `Homebrew::TestCase` from `testing_env`.</title>
<updated>2016-11-16T22:52:38+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-11-13T20:31:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9d82acbf30e9a5d0eb06be9726803d362e2fa91e'/>
<id>9d82acbf30e9a5d0eb06be9726803d362e2fa91e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move `integration_mocks` to `test/support/helper`.</title>
<updated>2016-11-16T22:52:38+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-11-06T23:01:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7b9fd538fabf450203c0120f996403e24bd02071'/>
<id>7b9fd538fabf450203c0120f996403e24bd02071</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
