index
:
delta/python-packages/subunit-git.git
external-iso8601
fix-test-lists
master
github.com: testing-cabal/subunit
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
subunit
/
tests
/
test_test_results.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
(no commit message)
Jelmer Vernooij
2023-02-02
1
-24
/
+24
*
Improve unittest calls
Jelmer Vernooij
2023-02-01
1
-17
/
+28
*
Sort Python import definitions with isort
Jelmer Vernooij
2023-01-31
1
-7
/
+3
*
Stop using io imports from testtools
Stephen Finucane
2021-12-15
1
-5
/
+2
*
Remove logic for Python < 3.6
Stephen Finucane
2021-12-15
1
-8
/
+2
*
Fix imports from testtools.compat
Matthieu Huin
2021-06-15
1
-1
/
+4
*
BUG FIXES
Robert Collins
2013-06-16
1
-6
/
+0
*
* The ``failfast`` option to ``subunit.run`` will now work. The dependency on
Robert Collins
2012-12-17
1
-0
/
+6
*
* Python3 support regressed in trunk.
Robert Collins
2012-05-08
1
-2
/
+8
*
Flush global tags too.
Jonathan Lange
2012-04-20
1
-0
/
+19
*
Collapse tags outside of tests too.
Jonathan Lange
2012-04-20
1
-4
/
+12
*
Make sure tags directives are sent before addSuccess etc.
Jonathan Lange
2012-04-20
1
-0
/
+35
*
Rename csv_result to CsvResult.
Jonathan Lange
2012-03-25
1
-3
/
+3
*
Don't write anything until startTestRun is called.
Jonathan Lange
2012-03-25
1
-0
/
+5
*
Tighter testing.
Jonathan Lange
2012-03-25
1
-4
/
+15
*
Don't bother testing the script because no one has bothered for any of
Jonathan Lange
2012-03-25
1
-2
/
+0
*
Test for csv output.
Jonathan Lange
2012-03-25
1
-1
/
+22
*
Update to behave correctly with tags.
Jonathan Lange
2012-03-25
1
-5
/
+5
*
Todos
Jonathan Lange
2012-02-03
1
-0
/
+4
*
Factor out the assertions.
Jonathan Lange
2012-02-02
1
-98
/
+31
*
Swathe of tests.
Jonathan Lange
2012-02-01
1
-0
/
+226
*
Add different support.
Jonathan Lange
2011-02-15
1
-0
/
+15
*
Make sure that we don't send time if there are none to send.
Jonathan Lange
2011-02-13
1
-0
/
+15
*
Properly handle multiple events.
Jonathan Lange
2011-02-13
1
-1
/
+25
*
Add a time collapsing decorator.
Jonathan Lange
2011-02-13
1
-0
/
+25
*
Implement the tag collapsing logic by stealing stuff from TRF and fixing it.
Jonathan Lange
2011-02-12
1
-0
/
+15
*
Get started, fix a bug in subunit's decorator.
Jonathan Lange
2011-02-12
1
-0
/
+13
*
More flakes to fix up
Jonathan Lange
2011-02-10
1
-13
/
+7
*
Cruft. Go.
Robert Collins
2009-12-13
1
-8
/
+0
*
Use the newly exposed test helpers from testtools trunk.
Robert Collins
2009-12-13
1
-78
/
+0
*
Use testtools facilities for the details API.
Robert Collins
2009-12-11
1
-340
/
+3
*
Teach filters about details and outcomes.
Robert Collins
2009-10-25
1
-0
/
+18
*
Move transport decoration fallback to use the ExtendedToOriginal fallback.
Robert Collins
2009-10-25
1
-15
/
+27
*
Support the time protocol on ExtendedToOriginalDecorator.
Robert Collins
2009-10-19
1
-0
/
+16
*
Support tags on the ExtendedToOriginal decorator.
Robert Collins
2009-10-19
1
-0
/
+16
*
Support progress on the ExtendedToOriginal decorator.
Robert Collins
2009-10-19
1
-0
/
+16
*
Change the ExtendedToOriginal decorator to fallback xfails as success.
Robert Collins
2009-10-19
1
-2
/
+12
*
Implement a python TestResult decorator for outcome details.
Robert Collins
2009-10-18
1
-0
/
+358
*
License change to BSD/Apache License 2.0.
Robert Collins
2009-09-30
1
-13
/
+10
*
Extend the progress model to support a push/pop model.
Robert Collins
2009-08-08
1
-3
/
+4
*
Basic progress support.
Robert Collins
2009-07-28
1
-0
/
+7
*
Add missing shouldStop attribute to TestResult decorators.
Robert Collins
2009-07-23
1
-0
/
+8
*
Add AutoTimingTestResultDecorator.
Robert Collins
2009-07-22
1
-1
/
+51
*
Add subunit.test_results.HookedTestResultDecorator.
Robert Collins
2009-07-22
1
-0
/
+113