Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add docs to the sample-script explaining why it has an argv check. | Robert Collins | 2009-07-19 | 1 | -0/+3 | |
| | ||||||
* | Support arguments in ExecTestCase. | Robert Collins | 2009-07-18 | 3 | -2/+15 | |
| | ||||||
* | Merge python helper subunit.run, for running python suites in subunit. | Robert Collins | 2009-07-18 | 1 | -0/+43 | |
|\ | ||||||
| * | Move subunitrun => subunit.run | Jelmer Vernooij | 2009-06-12 | 2 | -19/+21 | |
| | | ||||||
| * | Add trivial command-line test runner. | Jelmer Vernooij | 2009-06-04 | 2 | -0/+43 | |
|/ | ||||||
* | Switch to autoconf. | Robert Collins | 2009-05-08 | 1 | -20/+0 | |
| | ||||||
* | Add done() to ProtocolTestClient. | Robert Collins | 2009-04-08 | 1 | -0/+3 | |
| | ||||||
* | Fix python issue with ProtocolTestCase: file.readline() gets a line ↵ | Robert Collins | 2009-03-18 | 1 | -1/+3 | |
| | | | | immediately, file.readlines(), when file is a pipe/socket, requires a full buffer and thus gives very large chunks of tests rather than small groups, making concurrent-test-mixing somewhat hard. | |||||
* | Review feedback on filters. | Robert Collins | 2009-03-09 | 1 | -1/+0 | |
| | ||||||
* | Update skip support in python to be in line with testtools. | Robert Collins | 2009-02-28 | 4 | -25/+93 | |
| | ||||||
* | Remove the unnecessary and annoying subunit.RemotedTestCase prefix from the ↵ | Robert Collins | 2009-02-23 | 3 | -8/+8 | |
| | | | | test id of RemotedTestCase's. | |||||
* | Add a TestResultFilter supporting filtering out success/fail/errors. | Robert Collins | 2009-02-22 | 3 | -0/+166 | |
| | ||||||
* | Review feedback. | Robert Collins | 2009-02-15 | 2 | -11/+14 | |
| | ||||||
* | Review feedback on the skip/xfail/success comment branch. | Robert Collins | 2008-12-15 | 1 | -6/+8 | |
| | ||||||
* | Merge trunk. | Robert Collins | 2008-12-15 | 2 | -25/+24 | |
|\ | ||||||
| * | Merge tags support. | Robert Collins | 2008-12-13 | 2 | -4/+88 | |
| |\ | ||||||
| | * | Review feedback from jml. | Robert Collins | 2008-12-13 | 1 | -3/+3 | |
| | | | ||||||
| * | | Split tracebacks by *line* rather than by any whitespace. | Jonathan Lange | 2008-06-19 | 2 | -7/+8 | |
| | | | ||||||
| * | | Use the test ID, not the test description. | Jonathan Lange | 2008-05-06 | 2 | -18/+16 | |
| | | | ||||||
* | | | fail->failure for tap2subunit | Robert Collins | 2008-12-10 | 2 | -10/+10 | |
| | | | ||||||
* | | | subunit-stats filter added. | Robert Collins | 2008-12-09 | 3 | -0/+149 | |
| | | | ||||||
* | | | Add subunit-tags to alter the tags on a test stream. | Robert Collins | 2008-12-08 | 3 | -7/+128 | |
| | | | ||||||
* | | | Swallow time: commands when seen. | Robert Collins | 2008-12-08 | 2 | -1/+19 | |
| | | | ||||||
* | | | Merge tags branch to resolve conflicts | Robert Collins | 2008-12-08 | 2 | -2/+86 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Implement tags support in the protocol server, supporting clients that want ↵ | Robert Collins | 2008-12-07 | 2 | -2/+86 | |
| |/ | | | | | | | to define tags. | |||||
* | | Really aggregate lines from XFAIL and SUCCESS comments. | Robert Collins | 2008-12-08 | 1 | -1/+4 | |
| | | ||||||
* | | Add a tap2subunit filter program. | Robert Collins | 2008-12-08 | 3 | -1/+548 | |
| | | ||||||
* | | Handle comments for test success (in wire parser) and connection loss for ↵ | Robert Collins | 2008-12-07 | 2 | -2/+64 | |
| | | | | | | | | XFAIL and success. | |||||
* | | Add XFAIL support. As with Skip, there is no python object representation of ↵ | Robert Collins | 2008-12-07 | 2 | -1/+75 | |
| | | | | | | | | the skip, because there is no standard for reporting them. | |||||
* | | Implement skip support for the protocol server (but not for python clients ↵ | Robert Collins | 2008-12-07 | 2 | -22/+110 | |
|/ | | | | as python has no standard way to describe skips. | |||||
* | Slightly more PEP compliant docstring. | jml@canonical.com | 2007-03-18 | 1 | -3/+2 | |
| | ||||||
* | handle stdout lines with no spaces in them from child processes | Jean-Paul Calderone | 2007-02-12 | 2 | -19/+29 | |
| | | | | parameterize the stdout stream so that tests don't need to clobber sys.stdout (which interfers with debugging) | |||||
* | whitespace cleanup | Jonathan Lange | 2007-01-17 | 2 | -3/+3 | |
| | ||||||
* | Oops. Missed this. | Jonathan Lange | 2007-01-14 | 1 | -2/+2 | |
| | ||||||
* | Rename sibpath to join_dir, and add a docstring. | Jonathan Lange | 2007-01-14 | 2 | -5/+15 | |
| | ||||||
* | Make ExecTestCase test docstring/paths relative to the module they are | Jonathan Lange | 2007-01-14 | 2 | -4/+6 | |
| | | | | defined in. | |||||
* | Add sibpath | Jonathan Lange | 2007-01-14 | 2 | -0/+11 | |
| | ||||||
* | Clean up whitespace | Jonathan Lange | 2007-01-14 | 2 | -52/+52 | |
| | ||||||
* | - Return a valid exc_info tuple from RemoteError | Jonathan Lange | 2006-12-22 | 2 | -33/+21 | |
|\ | | | | | | | | | | | - Clarify the line-handling logic in the server - Pick out some hacks that were added to allow trial to run the subunit tests | |||||
| * | Return a valid exc_info tuple from RemoteError | Jonathan Lange | 2006-12-19 | 2 | -8/+8 | |
| | | ||||||
| * | Clarify the line-handling logic | Jonathan Lange | 2006-12-02 | 1 | -25/+13 | |
| | | ||||||
| * | Use absolute paths so the tests run from trial | Jonathan Lange | 2006-12-02 | 2 | -7/+16 | |
|/ | ||||||
* | Correct spelling: recieved -> received. | Jonathan Lange | 2006-10-10 | 1 | -9/+9 | |
| | ||||||
* | Simplify test running, combine shell and python tests into one pyunit suite. | Robert Collins | 2006-04-17 | 2 | -131/+0 | |
| | ||||||
* | Finish stage one conversion to scons. | Robert Collins | 2006-04-17 | 2 | -0/+151 | |
| | ||||||
* | Start C language bindings. | Robert Collins | 2006-04-15 | 6 | -0/+1209 | |