| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Merge trunk r142 and resolve conflicts. | John Arbash Meinel | 2011-06-30 | 9 | -190/+503 | |
| | |\ \ \ \ | | |/ / / | ||||||
| | | * | | | 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 | 2 | -1/+13 | |
| | | * | | | 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 | 2 | -6/+18 | |
| | | * | | | Support --fixup-expected-failures argument to subunit-filter. | Jelmer Vernooij | 2011-04-11 | 2 | -3/+25 | |
| | | * | | | Add test for TagCollapsingDecorator.testsRun. | Jelmer Vernooij | 2011-03-28 | 1 | -0/+5 | |
| | | |/ / | ||||||
| | | * | | 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 | |
| | | |/ | ||||||
| | | * | 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 | |
| | | * | 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 | |
| | | * | Merge subunit.run filtering support. | Robert Collins | 2010-12-09 | 1 | -1/+2 | |
| | | |\ | ||||||
| | | | * | The Subunit Python test runner ``python -m subunit.run`` can now report the | Robert Collins | 2010-11-30 | 1 | -1/+2 | |
| | * | | | (bug #623642) Add --no-xfail and -F to subunit-filter. | John Arbash Meinel | 2010-08-24 | 1 | -2/+5 | |
| * | | | | 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 | |
| * | | | | Add a CSV filter. | Jonathan Lange | 2012-01-31 | 1 | -0/+99 | |
| * | | | | Flakes | Jonathan Lange | 2012-01-31 | 1 | -6/+0 | |
| | |/ / |/| | | ||||||
| * | | | Flush the stream at the start and end of each test in the python client | Martin | 2010-10-04 | 1 | -0/+6 | |
| |/ / | ||||||
| * | | Whitespace. | Jonathan Lange | 2010-08-04 | 1 | -13/+13 | |
| * | | Move TestIdPrintingResult from subunit-ls to subunit.test_results | Jonathan Lange | 2010-08-04 | 1 | -2/+50 | |
| |/ | ||||||
| * | Make it clear that BRACKETED parts are utf8 and fix the outputter to do so. | Robert Collins | 2010-07-02 | 1 | -11/+9 | |
