<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/command/test.py, branch replicant-10</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Raise DistutilsError and log result</title>
<updated>2016-12-16T15:15:04+00:00</updated>
<author>
<name>Cédric Krier</name>
<email>ced@b2ck.com</email>
</author>
<published>2016-12-16T15:15:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=2c4fd43277fc477d85b50e15c37b176136676270'/>
<id>2c4fd43277fc477d85b50e15c37b176136676270</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Exit on test failure</title>
<updated>2016-12-16T14:32:16+00:00</updated>
<author>
<name>Cédric Krier</name>
<email>ced@b2ck.com</email>
</author>
<published>2016-12-16T14:32:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=9f37eb817df5d9453e49edbcf2760832f333af68'/>
<id>9f37eb817df5d9453e49edbcf2760832f333af68</id>
<content type='text'>
When test fails, it should not continue to run other commands.
Fixes #891
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When test fails, it should not continue to run other commands.
Fixes #891
</pre>
</div>
</content>
</entry>
<entry>
<title>Tell unittest.main not to exit, fixes #850.</title>
<updated>2016-12-07T16:17:49+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2016-12-07T13:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=53b47e1dfa9dfb1e8b94172a4650409fc03d4048'/>
<id>53b47e1dfa9dfb1e8b94172a4650409fc03d4048</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix quantity of blank lines.</title>
<updated>2016-10-18T13:29:34+00:00</updated>
<author>
<name>stepshal</name>
<email>nessento@openmailbox.org</email>
</author>
<published>2016-10-18T13:24:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=31bd37c6ac8de9e8c1bacebc2d8e1215df91eb96'/>
<id>31bd37c6ac8de9e8c1bacebc2d8e1215df91eb96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Even better, use a static method</title>
<updated>2016-09-18T13:27:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-09-18T13:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=2148592395ef4da0d408be26bf5839117ee0e5fe'/>
<id>2148592395ef4da0d408be26bf5839117ee0e5fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract test.install_dists and distill it with a variable extraction and fallback variables.</title>
<updated>2016-09-18T13:20:17+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-09-18T13:20:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=2f3b7b204187a1c93c391ffac96a9220cbb57f91'/>
<id>2f3b7b204187a1c93c391ffac96a9220cbb57f91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>In test command, add installed eggs to PYTHONPATH when invoking tests so that subprocesses will also have the dependencies available. Fixes #794.</title>
<updated>2016-09-17T21:05:07+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-09-17T21:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=5e4eea7d600f44321e76689890f9f885669f34c9'/>
<id>5e4eea7d600f44321e76689890f9f885669f34c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix quantity of blank lines after code object.</title>
<updated>2016-07-12T23:00:42+00:00</updated>
<author>
<name>stepshal</name>
<email>nessento@openmailbox.org</email>
</author>
<published>2016-07-12T15:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=6d11e88f938f09ef16db4c6064b6e74acba4db1d'/>
<id>6d11e88f938f09ef16db4c6064b6e74acba4db1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract context manager for project_on_sys_path in test command</title>
<updated>2016-06-03T13:10:19+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-06-03T13:10:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e72668091ee1b8e4358a84260ac0cf0ea06b4dea'/>
<id>e72668091ee1b8e4358a84260ac0cf0ea06b4dea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always use Python 3 version of map</title>
<updated>2016-01-16T11:54:00+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-01-16T11:54:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=8af3b6ef5b4173a0d0d6735147c98c882ae98344'/>
<id>8af3b6ef5b4173a0d0d6735147c98c882ae98344</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
