Series: trunk
271. Fallback to reading one-byte-at-a-tim...
Author:
Claudiu Belu
Revision Date:
2017-03-02 16:29:52 UTC
Fallback to reading one-byte-at-a-time on Windows (#22)
select.select does not work on file descriptors on Windows, causing subunit to fail.
247. 0.0.21 ------ BUGFIXES ~~~~~~~~ * B...
Author:
Robert Collins
Revision Date:
2014-08-27 01:34:27 UTC
0.0.21
------
BUGFIXES
~~~~~~~~
* Brown bag bugfix - 0.0.20's setup.py referenced cvs not csv.
(Robert Collins, #1361924)
241. Fix printing traceback to an unbuffer...
Author:
Gediminas Paulauskas
Revision Date:
2014-07-01 16:11:10 UTC
Fix printing traceback to an unbuffered stream,
e.g. StringIO on python3 (LP: #1336384)
241. Generate an import traceback for test...
Author:
Matthew Treinish
Revision Date:
2014-05-30 17:34:20 UTC
Generate an import traceback for test import errors
This commit attempts to generate a stack trace for each of the import
errors that testtools. list_test( )
241. Write error information to stderr Pa...
239. Remove unnecessary import to prevent ...
Author:
Davanum Srinivas (DIMS)
Revision Date:
2014-01-29 11:44:55 UTC
Remove unnecessary import to prevent gate failures in openstack
because of a change in testtools
141. Don't fail to build if debian/tmp/usr...
Author:
Thomi Richards
Revision Date:
2013-12-06 01:40:59 UTC
Don't fail to build if debian/ tmp/usr/ share directory already exists.
140. releasing package subunit version 0.0...
Author:
Jelmer Vernooij
Revision Date:
2013-10-17 06:14:49 UTC
releasing package subunit version 0.0.15-2
177. Use or expect ordered results, fixes ...
Author:
Dimitri John Ledkov
Revision Date:
2012-10-30 22:51:29 UTC
Use or expect ordered results, fixes FTBFS with python3.3's order randomisation.
165. make explicit way to call code in Tes...
Author:
Gary Poster
Revision Date:
2012-04-28 01:44:59 UTC
make explicit way to call code in TestResultFilter for each test that does not pass through the filter.
164. make filtered test results report the...
Author:
Benji York
Revision Date:
2012-04-26 13:18:08 UTC
make filtered test results report the total number of tests
164. make filtered results always report t...
Author:
Benji York
Revision Date:
2012-04-25 20:49:12 UTC
make filtered results always report the total number of tests run, including those that were filtered out and always pass time results through filters even if the test itself is filtered out
134. Merge together my two branches for my...
Author:
John A Meinel
Revision Date:
2010-08-30 19:04:55 UTC
Merge together my two branches for my own needs
101. releasing version 0.0.6-2
Author:
Jelmer Vernooij
Revision Date:
2011-03-21 10:49:16 UTC
releasing version 0.0.6-2
134. Merge together my two branches for my...
Author:
John A Meinel
Revision Date:
2010-08-30 19:04:55 UTC
Merge together my two branches for my own needs
133. (bug #623654) omit repeated time() ca...
Author:
John A Meinel
Revision Date:
2010-08-25 00:17:00 UTC
(bug #623654) omit repeated time() calls.
If we are filtering out a bunch of tests, we should filter out their related time calls.
We emit a time only if it comes before or after something that isn't a time call.
127. Allow for content-type header in qp d...
Author:
Martin Pool
Revision Date:
2010-06-15 08:29:26 UTC
Allow for content-type header in qp details
8. Upload to Launchpad PPA.
Author:
Jelmer Vernooij
Revision Date:
2010-03-19 11:38:09 UTC
Upload to Launchpad PPA.
61. [rs=mwhudson] update to subunit trunk...
Author:
Launchpad PQM Bot
Revision Date:
2009-06-08 03:45:24 UTC
[rs=mwhudson] update to subunit trunk r66, needed for bzr 1.15.1
66. - Fix rules file.
Author:
Jamu Kakar
Revision Date:
2009-03-30 06:53:18 UTC
- Fix rules file.
50. Added a basic setup.py
Author:
Duncan McGreggor
Revision Date:
2008-03-17 21:03:40 UTC
Added a basic setup.py
50. make error reporting better. this loo...
Author:
Christopher Armstrong
Revision Date:
2007-08-10 20:55:43 UTC
make error reporting better. this looks like an obvious bug