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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
|
Use the newly exposed test helpers from testtools trunk.
Robert Collins
2009-12-13
2
-122
/
+44
|
|
*
|
Use testtools facilities for the details API.
Robert Collins
2009-12-11
5
-485
/
+28
|
|
*
|
Teach filters about details and outcomes.
Robert Collins
2009-10-25
2
-1
/
+21
|
|
*
|
Support the extended TestResult details API on TestResultFilter (but not yet ↵
Robert Collins
2009-10-25
1
-22
/
+20
|
|
|
|
|
|
|
|
on predicates).
*
|
Move transport decoration fallback to use the ExtendedToOriginal fallback.
Robert Collins
2009-10-25
1
-15
/
+27
|
|
*
|
Start reporting additional messages on successes via the details API.
Robert Collins
2009-10-24
2
-11
/
+26
|
|
*
|
Move skips to the details API.
Robert Collins
2009-10-24
2
-14
/
+23
|
|
*
|
Move expected failures to the details API.
Robert Collins
2009-10-24
1
-6
/
+32
|
|
*
|
Move Failure reporting to the new details API.
Robert Collins
2009-10-24
1
-31
/
+38
|
|
*
|
change error reports to use the extended details interface.
Robert Collins
2009-10-24
3
-9
/
+35
|
|
*
|
Use cleaner test doubles in test_test_protocol.
Robert Collins
2009-10-24
1
-336
/
+212
|
|
*
|
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
|
|
*
|
Gather multipart details.
Robert Collins
2009-10-13
1
-1
/
+19
|
|
*
|
Small buffering bugs in chunked decoder.
Robert Collins
2009-10-13
1
-0
/
+5
|
|
*
|
Move details parsing into a separate class.
Robert Collins
2009-10-13
3
-0
/
+82
|
|
*
|
multipart details trigger the parser to detect interrupted streams too.
Robert Collins
2009-10-11
1
-47
/
+27
|
|
*
|
Implement a chunked decoder.
Robert Collins
2009-10-10
1
-0
/
+57
|
|
*
|
Move chunking to be \r\n based and create a dedicated module with that logic.
Robert Collins
2009-10-10
3
-9
/
+76
|
|
*
|
Support addUnexpectedSuccess.
Robert Collins
2009-10-09
1
-0
/
+15
|
|
*
|
Add support for addExpectedFailure in the Subunit python serialiser.
Robert Collins
2009-10-09
1
-0
/
+25
|
|
*
|
Wire up addSkip to details.
Robert Collins
2009-10-08
1
-0
/
+14
|
|
*
|
Hook addError up to the details protocol.
Robert Collins
2009-10-07
1
-1
/
+15
|
|
*
|
Hook addFailure to to details.
Robert Collins
2009-10-05
1
-3
/
+22
|
|
*
|
Create TracebackContent for adapting exc_info tuples.
Robert Collins
2009-10-05
2
-1
/
+24
|
|
*
|
Hook up addSuccess with a details parameter.
Robert Collins
2009-10-05
1
-1
/
+14
|
|
*
|
Add subunit.Content python class for serialisation.
Robert Collins
2009-10-04
3
-6
/
+43
|
|
*
|
Add ContentType class.
Robert Collins
2009-10-04
2
-0
/
+51
|
/
*
License change to BSD/Apache License 2.0.
Robert Collins
2009-09-30
8
-104
/
+80
|
*
Change python API for tags to just consistently call result.tags(new_tags, ↵
Robert Collins
2009-08-30
3
-30
/
+32
|
|
|
|
gone_tags).
*
Merge Martin's regex filter patch.
Robert Collins
2009-08-30
1
-1
/
+16
|
\
|
*
Add TestResultFilter filter_predicate option
Martin Pool
2009-08-05
1
-1
/
+16
|
|
*
|
Extend the progress model to support a push/pop model.
Robert Collins
2009-08-08
4
-10
/
+145
|
|
*
|
Review feedback.
Robert Collins
2009-08-08
1
-3
/
+4
|
|
*
|
python: pass xfail outcomes to TestResult.addExpectedFailure, when it is ↵
Robert Collins
2009-08-06
1
-13
/
+56
|
/
|
|
|
defined.
*
Add --no-passthrough option to various filters.
Robert Collins
2009-08-03
1
-1
/
+7
|
*
Basic progress support.
Robert Collins
2009-07-28
2
-0
/
+58
|
*
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 TestProtocolClient.time().
Robert Collins
2009-07-22
1
-1
/
+9
|
*
Add subunit.test_results.HookedTestResultDecorator.
Robert Collins
2009-07-22
2
-0
/
+115
|
*
Support microsecond times.
Robert Collins
2009-07-20
1
-2
/
+5
|
*
Teach python to call TestResult.time on time: tags.
Robert Collins
2009-07-20
1
-29
/
+37
|
*
Add docs to the sample-script explaining why it has an argv check.
Robert Collins
2009-07-19
1
-0
/
+3
|
*
Support arguments in ExecTestCase.
Robert Collins
2009-07-18
2
-0
/
+13
|
*
Review feedback on filters.
Robert Collins
2009-03-09
1
-1
/
+0
|
*
Update skip support in python to be in line with testtools.
Robert Collins
2009-02-28
3
-18
/
+47
|
[prev]
[next]