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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
|
\
|
*
Fix make distcheck.
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
|
/
*
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, go...
Robert Collins
2009-08-30
4
-48
/
+85
|
*
Split TestResultDecorator into hooked and non-hooked one. Also improve fallba...
Robert Collins
2009-08-30
1
-24
/
+95
|
/
*
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 defi...
Robert Collins
2009-08-06
2
-18
/
+71
|
/
*
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
3
-7
/
+134
*
Teach python to call TestResult.time on time: tags.
Robert Collins
2009-07-20
2
-32
/
+49
*
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
3
-2
/
+15
*
Merge python helper subunit.run, for running python suites in subunit.
Robert Collins
2009-07-18
1
-0
/
+43
|
\
|
*
Move subunitrun => subunit.run
Jelmer Vernooij
2009-06-12
2
-11
/
+45
|
*
Add trivial command-line test runner.
Jelmer Vernooij
2009-06-04
1
-0
/
+11
|
/
*
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
*
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
4
-25
/
+93
*
Remove the unnecessary and annoying subunit.RemotedTestCase prefix from the t...
Robert Collins
2009-02-23
3
-8
/
+8
*
Add a TestResultFilter supporting filtering out success/fail/errors.
Robert Collins
2009-02-22
3
-0
/
+166
*
Review feedback.
Robert Collins
2009-02-15
2
-11
/
+14
*
Review feedback on the skip/xfail/success comment branch.
Robert Collins
2008-12-15
1
-6
/
+8
*
Merge trunk.
Robert Collins
2008-12-15
2
-25
/
+24
|
\
[next]