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
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start reporting additional messages on successes via the details API.
Robert Collins
2009-10-24
1
-3
/
+4
*
Move skips to the details API.
Robert Collins
2009-10-24
1
-10
/
+4
*
Move expected failures to the details API.
Robert Collins
2009-10-24
1
-2
/
+2
*
Move Failure reporting to the new details API.
Robert Collins
2009-10-24
1
-2
/
+3
*
change error reports to use the extended details interface.
Robert Collins
2009-10-24
1
-2
/
+3
*
Use ExtendedToOriginalDecorator in TestProtocolServer removing a bunch of fal...
Robert Collins
2009-10-19
1
-29
/
+13
*
Move details parsing into a separate class.
Robert Collins
2009-10-13
1
-18
/
+18
*
multipart details trigger the parser to detect interrupted streams too.
Robert Collins
2009-10-11
1
-3
/
+7
*
Remove duplicate handling in the outcome details mode detection.
Robert Collins
2009-10-11
1
-48
/
+41
*
More docs.
Robert Collins
2009-10-11
1
-0
/
+5
*
Simplify Python parser calling paths.
Robert Collins
2009-10-11
1
-55
/
+29
*
Remove the STATE_OBJECTS transition support from the Python parser.
Robert Collins
2009-10-11
1
-77
/
+13
*
Move success details parsing to a state object in the Python parser.
Robert Collins
2009-10-11
1
-19
/
+18
*
Move xfail details parsing to a state object in the Python parser.
Robert Collins
2009-10-11
1
-15
/
+17
*
Move skip details parsing to a state object in the Python parser.
Robert Collins
2009-10-11
1
-11
/
+13
*
Move error details parsing to a state object in the Python parser.
Robert Collins
2009-10-11
1
-19
/
+35
*
Move failure details parsing into a state object in the Python parser.
Robert Collins
2009-10-11
1
-12
/
+67
*
Move the TEST_STARTED parser state to a state object.
Robert Collins
2009-10-11
1
-65
/
+127
*
Pull the outside-test state logic out of the Python parser into a separate st...
Robert Collins
2009-10-11
1
-17
/
+44
*
Move chunking to be \r\n based and create a dedicated module with that logic.
Robert Collins
2009-10-10
1
-4
/
+11
*
Merge trunk to resolve NEWS.
Robert Collins
2009-10-10
1
-1
/
+0
|
\
|
*
Fix make distcheck.
Robert Collins
2009-10-10
1
-1
/
+0
*
|
Support addUnexpectedSuccess.
Robert Collins
2009-10-09
1
-0
/
+1
*
|
Add support for addExpectedFailure in the Subunit python serialiser.
Robert Collins
2009-10-09
1
-3
/
+18
*
|
Wire up addSkip to details.
Robert Collins
2009-10-08
1
-7
/
+12
*
|
Hook addError up to the details protocol.
Robert Collins
2009-10-07
1
-10
/
+35
*
|
Hook addFailure to to details.
Robert Collins
2009-10-05
1
-15
/
+47
*
|
Hook up addSuccess with a details parameter.
Robert Collins
2009-10-05
1
-5
/
+25
|
/
*
License change to BSD/Apache License 2.0.
Robert Collins
2009-09-30
1
-13
/
+10
*
Proper use of capitals for proper nouns.
Robert Collins
2009-09-19
1
-9
/
+9
*
Move python API documentation into the subunit pydoc.
Robert Collins
2009-09-19
1
-6
/
+140
*
Merge python API changes for tagging.
Robert Collins
2009-09-08
1
-18
/
+62
|
\
|
*
Change python API for tags to just consistently call result.tags(new_tags, go...
Robert Collins
2009-08-30
1
-18
/
+53
|
/
*
Merge Martin's regex filter patch.
Robert Collins
2009-08-30
1
-5
/
+14
|
\
|
*
Add TestResultFilter filter_predicate option
Martin Pool
2009-08-05
1
-5
/
+14
*
|
Extend the progress model to support a push/pop model.
Robert Collins
2009-08-08
1
-10
/
+26
*
|
python: pass xfail outcomes to TestResult.addExpectedFailure, when it is defi...
Robert Collins
2009-08-06
1
-5
/
+15
|
/
*
Add --no-passthrough option to various filters.
Robert Collins
2009-08-03
1
-10
/
+25
*
Basic progress support.
Robert Collins
2009-07-28
1
-0
/
+33
*
Add TestProtocolClient.time().
Robert Collins
2009-07-22
1
-1
/
+14
*
Support microsecond times.
Robert Collins
2009-07-20
1
-5
/
+6
*
Teach python to call TestResult.time on time: tags.
Robert Collins
2009-07-20
1
-3
/
+12
*
Support arguments in ExecTestCase.
Robert Collins
2009-07-18
1
-2
/
+2
*
Add done() to ProtocolTestClient.
Robert Collins
2009-04-08
1
-0
/
+3
*
Fix python issue with ProtocolTestCase: file.readline() gets a line immediate...
Robert Collins
2009-03-18
1
-1
/
+3
*
Update skip support in python to be in line with testtools.
Robert Collins
2009-02-28
1
-7
/
+46
*
Remove the unnecessary and annoying subunit.RemotedTestCase prefix from the t...
Robert Collins
2009-02-23
1
-1
/
+1
*
Add a TestResultFilter supporting filtering out success/fail/errors.
Robert Collins
2009-02-22
1
-0
/
+49
*
Review feedback.
Robert Collins
2009-02-15
1
-4
/
+5
*
Merge trunk.
Robert Collins
2008-12-15
1
-9
/
+9
|
\
[next]