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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
|
*
Change the ExtendedToOriginal decorator to fallback xfails as success.
Robert Collins
2009-10-19
2
-3
/
+13
|
|
|
*
Implement a python TestResult decorator for outcome details.
Robert Collins
2009-10-18
2
-0
/
+488
|
|
|
*
Gather multipart details.
Robert Collins
2009-10-13
2
-1
/
+55
|
|
|
*
Small buffering bugs in chunked decoder.
Robert Collins
2009-10-13
2
-3
/
+10
|
|
|
*
Move details parsing into a separate class.
Robert Collins
2009-10-13
5
-18
/
+158
|
|
|
*
multipart details trigger the parser to detect interrupted streams too.
Robert Collins
2009-10-11
2
-50
/
+34
|
|
|
*
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 ↵
Robert Collins
2009-10-11
1
-17
/
+44
|
|
|
|
|
|
|
|
state object.
|
*
Implement a chunked decoder.
Robert Collins
2009-10-10
2
-1
/
+157
|
|
|
*
Move chunking to be \r\n based and create a dedicated module with that logic.
Robert Collins
2009-10-10
5
-13
/
+150
|
|
|
*
Merge trunk to resolve NEWS.
Robert Collins
2009-10-10
1
-1
/
+0
|
|
\
|
*
|
Support addUnexpectedSuccess.
Robert Collins
2009-10-09
2
-0
/
+16
|
|
|
|
*
|
Add support for addExpectedFailure in the Subunit python serialiser.
Robert Collins
2009-10-09
2
-3
/
+43
|
|
|
|
*
|
Wire up addSkip to details.
Robert Collins
2009-10-08
2
-7
/
+26
|
|
|
|
*
|
Hook addError up to the details protocol.
Robert Collins
2009-10-07
2
-11
/
+50
|
|
|
|
*
|
Hook addFailure to to details.
Robert Collins
2009-10-05
3
-20
/
+71
|
|
|
|
*
|
Create TracebackContent for adapting exc_info tuples.
Robert Collins
2009-10-05
4
-1
/
+58
|
|
|
|
*
|
Hook up addSuccess with a details parameter.
Robert Collins
2009-10-05
2
-6
/
+39
|
|
|
|
*
|
Add subunit.Content python class for serialisation.
Robert Collins
2009-10-04
4
-6
/
+84
|
|
|
|
*
|
Add ContentType class.
Robert Collins
2009-10-04
3
-0
/
+86
|
|
|
*
|
|
Add --forward option to subunit2junitxml.
Robert Collins
2009-12-14
2
-3
/
+59
|
|
/
|
/
|
*
|
Fix make distcheck.
Robert Collins
2009-10-10
1
-1
/
+0
|
/
*
License change to BSD/Apache License 2.0.
Robert Collins
2009-09-30
12
-155
/
+120
|
*
Proper use of capitals for proper nouns.
Robert Collins
2009-09-19
2
-10
/
+10
|
*
Move python API documentation into the subunit pydoc.
Robert Collins
2009-09-19
2
-7
/
+146
|
*
Merge python API changes for tagging.
Robert Collins
2009-09-08
5
-72
/
+189
|
\
|
*
Change python API for tags to just consistently call result.tags(new_tags, ↵
Robert Collins
2009-08-30
4
-48
/
+85
|
|
|
|
|
|
|
|
gone_tags).
|
*
Split TestResultDecorator into hooked and non-hooked one. Also improve ↵
Robert Collins
2009-08-30
1
-24
/
+95
|
/
|
|
|
fallback logic for down-grade results.
*
Merge Martin's regex filter patch.
Robert Collins
2009-08-30
2
-6
/
+30
|
\
|
*
Add TestResultFilter filter_predicate option
Martin Pool
2009-08-05
2
-6
/
+30
|
|
*
|
Extend the progress model to support a push/pop model.
Robert Collins
2009-08-08
6
-20
/
+280
|
|
*
|
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
2
-18
/
+71
|
/
|
|
|
defined.
*
Add --no-passthrough option to various filters.
Robert Collins
2009-08-03
2
-11
/
+32
|
*
Basic progress support.
Robert Collins
2009-07-28
4
-0
/
+98
|
*
Add missing shouldStop attribute to TestResult decorators.
Robert Collins
2009-07-23
2
-0
/
+20
|
*
Add AutoTimingTestResultDecorator.
Robert Collins
2009-07-22
2
-1
/
+89
|
*
Add TestProtocolClient.time().
Robert Collins
2009-07-22
2
-2
/
+23
|
*
Add subunit.test_results.HookedTestResultDecorator.
Robert Collins
2009-07-22
3
-0
/
+208
|
*
Support microsecond times.
Robert Collins
2009-07-20
8
-7
/
+354
|
*
Teach python to call TestResult.time on time: tags.
Robert Collins
2009-07-20
2
-32
/
+49
|
[prev]
[next]