summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Split out method that checks for expected failures into a separate method.Jelmer Vernooij2011-04-251-3/+6
| | | | |
| * | | | Move read_test_filter to python/subunit.Jelmer Vernooij2011-04-253-8/+14
| | | | |
| * | | | Remove TagCollapsingDecator test.Jelmer Vernooij2011-04-251-5/+0
| | | | |
| * | | | Mark unexpected successes, too.Jelmer Vernooij2011-04-112-2/+15
| | | | |
| * | | | Filter errors as well.Jelmer Vernooij2011-04-113-7/+19
| | | | |
| * | | | Support --fixup-expected-failures argument to subunit-filter.Jelmer Vernooij2011-04-114-5/+44
| | | | |
| * | | | Add test for TagCollapsingDecorator.testsRun.Jelmer Vernooij2011-03-281-0/+5
|/ / / /
* | | | Refactor TestResultFilter, making it collapse time. Make ↵Jonathan Lange2011-03-183-41/+227
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | TestResultDecorator.tags() actually work.
| * | | Add different support.Jonathan Lange2011-02-151-0/+15
| | | |
| * | | Consistently use super() rather than upcalling.Jonathan Lange2011-02-131-4/+4
| | | |
| * | | Use the time collapsing decorator as well.Jonathan Lange2011-02-131-2/+2
| | | |
| * | | Make sure that we don't send time if there are none to send.Jonathan Lange2011-02-132-0/+17
| | | |
| * | | Properly handle multiple events.Jonathan Lange2011-02-132-6/+34
| | | |
| * | | Add a time collapsing decorator.Jonathan Lange2011-02-132-0/+44
| | | |
| * | | Only one mechanism for checking to see if a thing is filtered.Jonathan Lange2011-02-121-15/+27
| | | |
| * | | Simplify TRF by using TagCollapsingDecorator.Jonathan Lange2011-02-121-23/+1
| | | |
| * | | Implement the tag collapsing logic by stealing stuff from TRF and fixing it.Jonathan Lange2011-02-122-0/+63
| | | |
| * | | Get started, fix a bug in subunit's decorator.Jonathan Lange2011-02-122-1/+18
|/ / /
* | | Preserve relative ordering of 'time:' statements (fixes #716554)Jonathan Lange2011-02-126-138/+165
|\ \ \
| * | | NEWSJonathan Lange2011-02-121-0/+4
| | | |
| * | | Delete unnecessary code.Jonathan Lange2011-02-121-9/+1
| | | |
| * | | More flakes.Jonathan Lange2011-02-111-25/+23
| | | |
| * | | Unnecessary whitespace.Jonathan Lange2011-02-111-1/+0
| | | |
| * | | Pass through time when we aren't in tests.Jonathan Lange2011-02-112-3/+9
| | | |
| * | | Fix the immediate bug.Jonathan Lange2011-02-112-22/+31
| | | |
| * | | Failing test that demonstrates the bug.Jonathan Lange2011-02-111-1/+29
| | | |
| * | | ClarityJonathan Lange2011-02-111-6/+16
| | | |
| * | | Parametrize the subunit input.Jonathan Lange2011-02-111-3/+4
| | | |
| * | | Try to make the test set up a little more data driven.Jonathan Lange2011-02-111-26/+26
| | | |
| * | | Formatting.Jonathan Lange2011-02-111-6/+3
| | | |
| * | | No need for that eitherJonathan Lange2011-02-101-2/+2
| | | |
| * | | No need to store on the object either.Jonathan Lange2011-02-101-28/+28
| | | |
| * | | Delete unused method.Jonathan Lange2011-02-101-3/+0
| | | |
| * | | Pass the filter in.Jonathan Lange2011-02-101-14/+14
| | | |
| * | | Return, rather than setting an attributeJonathan Lange2011-02-101-6/+7
| | | |
| * | | More flakes.Jonathan Lange2011-02-101-3/+3
| | | |
| * | | More flakes to fix upJonathan Lange2011-02-102-20/+8
| | | |
| * | | FlakesJonathan Lange2011-02-101-11/+8
|/ / /
* | | New 'strict' option to Decoder. (Martin Pool)Jonathan Lange2011-01-283-6/+47
|\ \ \
| * | | NEWS entryJonathan Lange2011-01-281-0/+5
| | | |
| * | | CR, not cr. Flakes. Whitespace.Jonathan Lange2011-01-282-8/+7
| | | |
| * | | Default to (more) strict decoding of chunked partsMartin Pool2011-01-112-3/+32
| | | |
| * | | Tolerate streams with the \r missing from the chunk length.Martin Pool2011-01-102-1/+9
| | | |
* | | | * The help for subunit-filter was confusing about the behaviour of ``-f`` /Robert Collins2011-01-162-1/+4
| | | | | | | | | | | | | | | | ``--no-failure``. (Robert Collins, #703392)
* | | | * Force flush of writes to stdout in c/tests/test_child. (Jelmer Vernooij, ↵Robert Collins2011-01-152-0/+4
|\ \ \ \ | |/ / / |/| | | | | | | #687611)
| * | | Force flush of writes to stdout in c/tests/test_child.Jelmer Vernooij2010-12-092-0/+4
|/ / /
* | | Merge subunit.run filtering support.Robert Collins2010-12-093-2/+23
|\ \ \
| * | | The Subunit Python test runner ``python -m subunit.run`` can now report theRobert Collins2010-11-303-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | test ids and also filter via a test id list file thanks to improvements in ``testtools.run``. See the testtools manual, or testrepository - a major user of such functionality.
| | | * Deal with testtools moving doubles out of helpers.Jonathan Lange2012-02-011-5/+10
| | | |
| | | * FlakesJonathan Lange2012-02-011-12/+3
| | | |