Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Split out method that checks for expected failures into a separate method. | Jelmer Vernooij | 2011-04-25 | 1 | -3/+6 | |
| | | | | | ||||||
| * | | | | Move read_test_filter to python/subunit. | Jelmer Vernooij | 2011-04-25 | 3 | -8/+14 | |
| | | | | | ||||||
| * | | | | Remove TagCollapsingDecator test. | Jelmer Vernooij | 2011-04-25 | 1 | -5/+0 | |
| | | | | | ||||||
| * | | | | Mark unexpected successes, too. | Jelmer Vernooij | 2011-04-11 | 2 | -2/+15 | |
| | | | | | ||||||
| * | | | | Filter errors as well. | Jelmer Vernooij | 2011-04-11 | 3 | -7/+19 | |
| | | | | | ||||||
| * | | | | Support --fixup-expected-failures argument to subunit-filter. | Jelmer Vernooij | 2011-04-11 | 4 | -5/+44 | |
| | | | | | ||||||
| * | | | | Add test for TagCollapsingDecorator.testsRun. | Jelmer Vernooij | 2011-03-28 | 1 | -0/+5 | |
|/ / / / | ||||||
* | | | | Refactor TestResultFilter, making it collapse time. Make ↵ | Jonathan Lange | 2011-03-18 | 3 | -41/+227 | |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | TestResultDecorator.tags() actually work. | |||||
| * | | | Add different support. | Jonathan Lange | 2011-02-15 | 1 | -0/+15 | |
| | | | | ||||||
| * | | | Consistently use super() rather than upcalling. | Jonathan Lange | 2011-02-13 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | Use the time collapsing decorator as well. | Jonathan Lange | 2011-02-13 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Make sure that we don't send time if there are none to send. | Jonathan Lange | 2011-02-13 | 2 | -0/+17 | |
| | | | | ||||||
| * | | | Properly handle multiple events. | Jonathan Lange | 2011-02-13 | 2 | -6/+34 | |
| | | | | ||||||
| * | | | Add a time collapsing decorator. | Jonathan Lange | 2011-02-13 | 2 | -0/+44 | |
| | | | | ||||||
| * | | | Only one mechanism for checking to see if a thing is filtered. | Jonathan Lange | 2011-02-12 | 1 | -15/+27 | |
| | | | | ||||||
| * | | | Simplify TRF by using TagCollapsingDecorator. | Jonathan Lange | 2011-02-12 | 1 | -23/+1 | |
| | | | | ||||||
| * | | | Implement the tag collapsing logic by stealing stuff from TRF and fixing it. | Jonathan Lange | 2011-02-12 | 2 | -0/+63 | |
| | | | | ||||||
| * | | | Get started, fix a bug in subunit's decorator. | Jonathan Lange | 2011-02-12 | 2 | -1/+18 | |
|/ / / | ||||||
* | | | Preserve relative ordering of 'time:' statements (fixes #716554) | Jonathan Lange | 2011-02-12 | 6 | -138/+165 | |
|\ \ \ | ||||||
| * | | | NEWS | Jonathan Lange | 2011-02-12 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | Delete unnecessary code. | Jonathan Lange | 2011-02-12 | 1 | -9/+1 | |
| | | | | ||||||
| * | | | More flakes. | Jonathan Lange | 2011-02-11 | 1 | -25/+23 | |
| | | | | ||||||
| * | | | Unnecessary whitespace. | Jonathan Lange | 2011-02-11 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Pass through time when we aren't in tests. | Jonathan Lange | 2011-02-11 | 2 | -3/+9 | |
| | | | | ||||||
| * | | | Fix the immediate bug. | Jonathan Lange | 2011-02-11 | 2 | -22/+31 | |
| | | | | ||||||
| * | | | Failing test that demonstrates the bug. | Jonathan Lange | 2011-02-11 | 1 | -1/+29 | |
| | | | | ||||||
| * | | | Clarity | Jonathan Lange | 2011-02-11 | 1 | -6/+16 | |
| | | | | ||||||
| * | | | Parametrize the subunit input. | Jonathan Lange | 2011-02-11 | 1 | -3/+4 | |
| | | | | ||||||
| * | | | Try to make the test set up a little more data driven. | Jonathan Lange | 2011-02-11 | 1 | -26/+26 | |
| | | | | ||||||
| * | | | Formatting. | Jonathan Lange | 2011-02-11 | 1 | -6/+3 | |
| | | | | ||||||
| * | | | No need for that either | Jonathan Lange | 2011-02-10 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | No need to store on the object either. | Jonathan Lange | 2011-02-10 | 1 | -28/+28 | |
| | | | | ||||||
| * | | | Delete unused method. | Jonathan Lange | 2011-02-10 | 1 | -3/+0 | |
| | | | | ||||||
| * | | | Pass the filter in. | Jonathan Lange | 2011-02-10 | 1 | -14/+14 | |
| | | | | ||||||
| * | | | Return, rather than setting an attribute | Jonathan Lange | 2011-02-10 | 1 | -6/+7 | |
| | | | | ||||||
| * | | | More flakes. | Jonathan Lange | 2011-02-10 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | More flakes to fix up | Jonathan Lange | 2011-02-10 | 2 | -20/+8 | |
| | | | | ||||||
| * | | | Flakes | Jonathan Lange | 2011-02-10 | 1 | -11/+8 | |
|/ / / | ||||||
* | | | New 'strict' option to Decoder. (Martin Pool) | Jonathan Lange | 2011-01-28 | 3 | -6/+47 | |
|\ \ \ | ||||||
| * | | | NEWS entry | Jonathan Lange | 2011-01-28 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | CR, not cr. Flakes. Whitespace. | Jonathan Lange | 2011-01-28 | 2 | -8/+7 | |
| | | | | ||||||
| * | | | Default to (more) strict decoding of chunked parts | Martin Pool | 2011-01-11 | 2 | -3/+32 | |
| | | | | ||||||
| * | | | Tolerate streams with the \r missing from the chunk length. | Martin Pool | 2011-01-10 | 2 | -1/+9 | |
| | | | | ||||||
* | | | | * The help for subunit-filter was confusing about the behaviour of ``-f`` / | Robert Collins | 2011-01-16 | 2 | -1/+4 | |
| | | | | | | | | | | | | | | | | ``--no-failure``. (Robert Collins, #703392) | |||||
* | | | | * Force flush of writes to stdout in c/tests/test_child. (Jelmer Vernooij, ↵ | Robert Collins | 2011-01-15 | 2 | -0/+4 | |
|\ \ \ \ | |/ / / |/| | | | | | | | #687611) | |||||
| * | | | Force flush of writes to stdout in c/tests/test_child. | Jelmer Vernooij | 2010-12-09 | 2 | -0/+4 | |
|/ / / | ||||||
* | | | Merge subunit.run filtering support. | Robert Collins | 2010-12-09 | 3 | -2/+23 | |
|\ \ \ | ||||||
| * | | | The Subunit Python test runner ``python -m subunit.run`` can now report the | Robert Collins | 2010-11-30 | 3 | -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 Lange | 2012-02-01 | 1 | -5/+10 | |
| | | | | ||||||
| | | * | Flakes | Jonathan Lange | 2012-02-01 | 1 | -12/+3 | |
| | | | |