<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/subunit-git.git/python/subunit/tests/test_run.py, branch external-iso8601</title>
<subtitle>github.com: testing-cabal/subunit
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/'/>
<entry>
<title></title>
<updated>2023-02-02T19:50:04+00:00</updated>
<author>
<name>Jelmer Vernooĳ</name>
<email>jelmer@jelmer.uk</email>
</author>
<published>2023-02-02T19:50:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=15fc58f06240f99d0652283b16787dcaa4d74e28'/>
<id>15fc58f06240f99d0652283b16787dcaa4d74e28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve showing of import errors in the Python runner.</title>
<updated>2014-11-18T08:57:57+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2014-11-18T08:57:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=a129fa2ff6d0f623f9b99f036a6d9b4174d972ce'/>
<id>a129fa2ff6d0f623f9b99f036a6d9b4174d972ce</id>
<content type='text'>
This depends on testtools 1.4.0 to get the improved behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This depends on testtools 1.4.0 to get the improved behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests with testtools 1.2.0 and above.</title>
<updated>2014-11-18T08:40:38+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2014-11-18T08:12:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=7c203ff76e7ab83d954cfd6ea1cb4d75f9881823'/>
<id>7c203ff76e7ab83d954cfd6ea1cb4d75f9881823</id>
<content type='text'>
Import errors don't break execution or listing now in testtools, so to
test execution breaking we have to be a little bit more direct.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Import errors don't break execution or listing now in testtools, so to
test execution breaking we have to be a little bit more direct.
</pre>
</div>
</content>
</entry>
<entry>
<title>0.0.19</title>
<updated>2014-08-24T05:54:36+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2014-08-24T05:54:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=63ea73bf3ad9106907eefa21e6f858040cfa0ed8'/>
<id>63ea73bf3ad9106907eefa21e6f858040cfa0ed8</id>
<content type='text'>
------

IMPROVEMENTS
~~~~~~~~~~~~

* ``subunit.run`` in Python will now exit 0 as long as the test stream has
  been generated correctly - this has always been the intent but API friction
  with testtools had prevented it working.
  (Robert Collins)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
------

IMPROVEMENTS
~~~~~~~~~~~~

* ``subunit.run`` in Python will now exit 0 as long as the test stream has
  been generated correctly - this has always been the intent but API friction
  with testtools had prevented it working.
  (Robert Collins)
</pre>
</div>
</content>
</entry>
<entry>
<title>Exit non-zero when listing includes import failures.</title>
<updated>2013-11-30T02:01:09+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-11-30T02:01:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=c25b11f4da1e5701e9f564d2100c72049ea8641a'/>
<id>c25b11f4da1e5701e9f564d2100c72049ea8641a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG FIXES</title>
<updated>2013-06-16T10:28:11+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-06-16T10:28:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=bf8e1ee6e053c12ebfbdebd48954af695948c492'/>
<id>bf8e1ee6e053c12ebfbdebd48954af695948c492</id>
<content type='text'>
~~~~~~~~~

* Removed GPL files that were (C) non Subunit Developers - they are
  incompatible for binary distribution, which affects redistributors.
  (Robert Collins, #1185591)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
~~~~~~~~~

* Removed GPL files that were (C) non Subunit Developers - they are
  incompatible for binary distribution, which affects redistributors.
  (Robert Collins, #1185591)
</pre>
</div>
</content>
</entry>
<entry>
<title>Enumerate tests before running (permits progress bars).</title>
<updated>2013-03-04T09:01:43+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-03-04T09:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=36de6f4f7542b10f93061b65bcf7464a74cb9ddc'/>
<id>36de6f4f7542b10f93061b65bcf7464a74cb9ddc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert subunit.run to v2.</title>
<updated>2013-03-03T10:11:19+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-03-03T10:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=7444588c895e2dc3946d6ca3e6650d4549cd4d43'/>
<id>7444588c895e2dc3946d6ca3e6650d4549cd4d43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* Python3 support regressed in trunk.</title>
<updated>2012-05-07T19:36:05+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2012-05-07T19:36:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=4ea90f04f1b71d01eed6721c36f99a781d24d8cf'/>
<id>4ea90f04f1b71d01eed6721c36f99a781d24d8cf</id>
<content type='text'>
  (Arfrever Frehtes Taifersar Arahesis, #987514)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  (Arfrever Frehtes Taifersar Arahesis, #987514)
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright update.</title>
<updated>2011-11-01T16:40:48+00:00</updated>
<author>
<name>Jonathan Lange</name>
<email>jml@canonical.com</email>
</author>
<published>2011-11-01T16:40:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=927d6ffbfec0ea269c9dd477d3053b6ff0e73600'/>
<id>927d6ffbfec0ea269c9dd477d3053b6ff0e73600</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
