summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Always forward time events from TestResultFilter.Jonathan Lange2012-04-263-6/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | make time pass through filtered testsBenji York2012-04-262-6/+4
|/ / / /
* | | | Merge tag-collapsing-rigor.Jonathan Lange2012-04-263-23/+98
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Flush global tags too.Jonathan Lange2012-04-202-0/+21
| |/
| * Collapse tags outside of tests too.Jonathan Lange2012-04-202-19/+36
| |
| * Make sure tags directives are sent before addSuccess etc.Jonathan Lange2012-04-202-8/+42
|/
* Merge lp:~jml/subunit/to-csv -- Add subunit2csv script to filter subunit outputJonathan Lange2012-03-277-75/+467
|\
| * Factor out subunit-notifyJonathan Lange2012-03-272-47/+23
| |
| * Add a post-run hook.Jonathan Lange2012-03-271-14/+15
| |
| * Try to reduce double negatives and be more explicit about what happens toJonathan Lange2012-03-271-8/+8
| | | | | | | | the forwarded input.
| * Not XMLJonathan Lange2012-03-271-1/+1
| |
| * Rename main() and give it a docstring.Jonathan Lange2012-03-273-7/+19
| |
| * Factor out JUnitXMLJonathan Lange2012-03-273-51/+13
| |
| * Docstrings and renaming.Jonathan Lange2012-03-271-10/+41
| |
| * More fiddling about.Jonathan Lange2012-03-272-11/+10
| |
| * More tweaking of boundaries.Jonathan Lange2012-03-271-15/+18
| |
| * Try to factor out the filter code.Jonathan Lange2012-03-272-41/+85
| |
| * Rename csv_result to CsvResult.Jonathan Lange2012-03-253-9/+9
| |
| * Don't write anything until startTestRun is called.Jonathan Lange2012-03-252-11/+17
| |
| * Tighter testing.Jonathan Lange2012-03-251-4/+15
| |
| * Don't bother testing the script because no one has bothered for any ofJonathan Lange2012-03-251-2/+0
| | | | | | | | the other scripts
| * Test for csv output.Jonathan Lange2012-03-251-1/+22
| |
| * Resolve XXX about testtools support for tags.Jonathan Lange2012-03-251-2/+1
| |
| * Merge trunk.Jonathan Lange2012-03-252-14/+18
| |\ | |/ |/|
* | Use public testtools API for getting exception strings.Jonathan Lange2012-03-122-14/+16
|\ \
| * | Clean up a flakeJonathan Lange2012-02-161-2/+2
| | |
| * | Make sure the tests pass with 0.9.11 as well as 0.9.12 & 13Jonathan Lange2012-02-161-6/+3
| | |
| * | Merge trunkJonathan Lange2012-02-165-11/+48
| |\ \ | |/ / |/| |
* | | et binary mode on the stream for forwarding subunit output (mgz)Jonathan Lange2012-02-101-1/+3
|\ \ \
| * | | Set binary mode on the forwarded stream in ProtocolTestCase as used by filtersMartin Packman2012-01-041-1/+3
| | | |
| | * | Code that works for 0.9.11 and against testtools trunkJonathan Lange2012-02-091-5/+7
| | | |
| | * | Don't make so many assumptions about how testtools formats details.Jonathan Lange2012-02-091-9/+9
| | | |
| | * | Fix to call the public API in testtools.Jonathan Lange2012-02-091-4/+4
| |/ /
| | * Update to behave correctly with tags.Jonathan Lange2012-03-251-5/+5
| | |
| | * TodosJonathan Lange2012-02-031-0/+4
| | |
| | * Factor out the assertions.Jonathan Lange2012-02-021-98/+31
| | |
| | * Swathe of tests.Jonathan Lange2012-02-012-4/+229
| | |
| | * Merge trunkJonathan Lange2012-02-0130-626/+1443
| | |\ | |_|/ |/| |
* | | Fix shell tests to handle timestamps (Paired with Stewart).Robert Collins2012-01-262-7/+7
| | |
* | | Tag support has been implemented for TestProtocolClient.Robert Collins2012-01-113-0/+28
| | | | | | | | | | | | (Robert Collins, #518016)
* | | Handle latest testtools changes.Robert Collins2012-01-113-6/+10
|/ /
* | Make version guessing more reliable (mgz)Jonathan Lange2011-12-081-11/+14
|\ \
| * | Make version detection in setup.py slightly more robustMartin2011-08-071-11/+14
| | |
* | | Merge support for newer location of {Extended,Python26,Python27}TestResult ↵Jelmer Vernooij2011-11-071-5/+12
|\ \ \ | | | | | | | | | | | | in testtools.
| * | | Newer versions of testtools have {Python26,Python27,Extended}TestResult in ↵Jelmer Vernooij2011-10-131-5/+12
| | | | | | | | | | | | | | | | testtools.testresult.doubles.
* | | | Output timing information from subunit.runJonathan Lange2011-11-013-0/+56
|\ \ \ \
| * | | | Copyright update.Jonathan Lange2011-11-011-2/+1
| | | | |
| * | | | Have the output of subunit.run include timing information.James Westby2011-11-013-0/+57
|/ / / /
* | | | Merge trunk work that had gotten diverged.Robert Collins2011-10-317-10/+49
|\ \ \ \
| * \ \ \ Merge branch fixing perl outputJonathan Lange2011-10-062-1/+3
| |\ \ \ \