Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Always forward time events from TestResultFilter. | Jonathan Lange | 2012-04-26 | 3 | -6/+7 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | make time pass through filtered tests | Benji York | 2012-04-26 | 2 | -6/+4 | |
|/ / / / | ||||||
* | | | | Merge tag-collapsing-rigor. | Jonathan Lange | 2012-04-26 | 3 | -23/+98 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | Flush global tags too. | Jonathan Lange | 2012-04-20 | 2 | -0/+21 | |
| |/ | ||||||
| * | Collapse tags outside of tests too. | Jonathan Lange | 2012-04-20 | 2 | -19/+36 | |
| | | ||||||
| * | Make sure tags directives are sent before addSuccess etc. | Jonathan Lange | 2012-04-20 | 2 | -8/+42 | |
|/ | ||||||
* | Merge lp:~jml/subunit/to-csv -- Add subunit2csv script to filter subunit output | Jonathan Lange | 2012-03-27 | 7 | -75/+467 | |
|\ | ||||||
| * | Factor out subunit-notify | Jonathan Lange | 2012-03-27 | 2 | -47/+23 | |
| | | ||||||
| * | Add a post-run hook. | Jonathan Lange | 2012-03-27 | 1 | -14/+15 | |
| | | ||||||
| * | Try to reduce double negatives and be more explicit about what happens to | Jonathan Lange | 2012-03-27 | 1 | -8/+8 | |
| | | | | | | | | the forwarded input. | |||||
| * | Not XML | Jonathan Lange | 2012-03-27 | 1 | -1/+1 | |
| | | ||||||
| * | Rename main() and give it a docstring. | Jonathan Lange | 2012-03-27 | 3 | -7/+19 | |
| | | ||||||
| * | Factor out JUnitXML | Jonathan Lange | 2012-03-27 | 3 | -51/+13 | |
| | | ||||||
| * | Docstrings and renaming. | Jonathan Lange | 2012-03-27 | 1 | -10/+41 | |
| | | ||||||
| * | More fiddling about. | Jonathan Lange | 2012-03-27 | 2 | -11/+10 | |
| | | ||||||
| * | More tweaking of boundaries. | Jonathan Lange | 2012-03-27 | 1 | -15/+18 | |
| | | ||||||
| * | Try to factor out the filter code. | Jonathan Lange | 2012-03-27 | 2 | -41/+85 | |
| | | ||||||
| * | Rename csv_result to CsvResult. | Jonathan Lange | 2012-03-25 | 3 | -9/+9 | |
| | | ||||||
| * | Don't write anything until startTestRun is called. | Jonathan Lange | 2012-03-25 | 2 | -11/+17 | |
| | | ||||||
| * | Tighter testing. | Jonathan Lange | 2012-03-25 | 1 | -4/+15 | |
| | | ||||||
| * | Don't bother testing the script because no one has bothered for any of | Jonathan Lange | 2012-03-25 | 1 | -2/+0 | |
| | | | | | | | | the other scripts | |||||
| * | Test for csv output. | Jonathan Lange | 2012-03-25 | 1 | -1/+22 | |
| | | ||||||
| * | Resolve XXX about testtools support for tags. | Jonathan Lange | 2012-03-25 | 1 | -2/+1 | |
| | | ||||||
| * | Merge trunk. | Jonathan Lange | 2012-03-25 | 2 | -14/+18 | |
| |\ | |/ |/| | ||||||
* | | Use public testtools API for getting exception strings. | Jonathan Lange | 2012-03-12 | 2 | -14/+16 | |
|\ \ | ||||||
| * | | Clean up a flake | Jonathan Lange | 2012-02-16 | 1 | -2/+2 | |
| | | | ||||||
| * | | Make sure the tests pass with 0.9.11 as well as 0.9.12 & 13 | Jonathan Lange | 2012-02-16 | 1 | -6/+3 | |
| | | | ||||||
| * | | Merge trunk | Jonathan Lange | 2012-02-16 | 5 | -11/+48 | |
| |\ \ | |/ / |/| | | ||||||
* | | | et binary mode on the stream for forwarding subunit output (mgz) | Jonathan Lange | 2012-02-10 | 1 | -1/+3 | |
|\ \ \ | ||||||
| * | | | Set binary mode on the forwarded stream in ProtocolTestCase as used by filters | Martin Packman | 2012-01-04 | 1 | -1/+3 | |
| | | | | ||||||
| | * | | Code that works for 0.9.11 and against testtools trunk | Jonathan Lange | 2012-02-09 | 1 | -5/+7 | |
| | | | | ||||||
| | * | | Don't make so many assumptions about how testtools formats details. | Jonathan Lange | 2012-02-09 | 1 | -9/+9 | |
| | | | | ||||||
| | * | | Fix to call the public API in testtools. | Jonathan Lange | 2012-02-09 | 1 | -4/+4 | |
| |/ / | ||||||
| | * | Update to behave correctly with tags. | Jonathan Lange | 2012-03-25 | 1 | -5/+5 | |
| | | | ||||||
| | * | Todos | Jonathan Lange | 2012-02-03 | 1 | -0/+4 | |
| | | | ||||||
| | * | Factor out the assertions. | Jonathan Lange | 2012-02-02 | 1 | -98/+31 | |
| | | | ||||||
| | * | Swathe of tests. | Jonathan Lange | 2012-02-01 | 2 | -4/+229 | |
| | | | ||||||
| | * | Merge trunk | Jonathan Lange | 2012-02-01 | 30 | -626/+1443 | |
| | |\ | |_|/ |/| | | ||||||
* | | | Fix shell tests to handle timestamps (Paired with Stewart). | Robert Collins | 2012-01-26 | 2 | -7/+7 | |
| | | | ||||||
* | | | Tag support has been implemented for TestProtocolClient. | Robert Collins | 2012-01-11 | 3 | -0/+28 | |
| | | | | | | | | | | | | (Robert Collins, #518016) | |||||
* | | | Handle latest testtools changes. | Robert Collins | 2012-01-11 | 3 | -6/+10 | |
|/ / | ||||||
* | | Make version guessing more reliable (mgz) | Jonathan Lange | 2011-12-08 | 1 | -11/+14 | |
|\ \ | ||||||
| * | | Make version detection in setup.py slightly more robust | Martin | 2011-08-07 | 1 | -11/+14 | |
| | | | ||||||
* | | | Merge support for newer location of {Extended,Python26,Python27}TestResult ↵ | Jelmer Vernooij | 2011-11-07 | 1 | -5/+12 | |
|\ \ \ | | | | | | | | | | | | | in testtools. | |||||
| * | | | Newer versions of testtools have {Python26,Python27,Extended}TestResult in ↵ | Jelmer Vernooij | 2011-10-13 | 1 | -5/+12 | |
| | | | | | | | | | | | | | | | | testtools.testresult.doubles. | |||||
* | | | | Output timing information from subunit.run | Jonathan Lange | 2011-11-01 | 3 | -0/+56 | |
|\ \ \ \ | ||||||
| * | | | | Copyright update. | Jonathan Lange | 2011-11-01 | 1 | -2/+1 | |
| | | | | | ||||||
| * | | | | Have the output of subunit.run include timing information. | James Westby | 2011-11-01 | 3 | -0/+57 | |
|/ / / / | ||||||
* | | | | Merge trunk work that had gotten diverged. | Robert Collins | 2011-10-31 | 7 | -10/+49 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch fixing perl output | Jonathan Lange | 2011-10-06 | 2 | -1/+3 | |
| |\ \ \ \ |