Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | Add a CSV filter. | Jonathan Lange | 2012-01-31 | 2 | -0/+164 | |
| | | | | ||||||
| | | * | Flakes | Jonathan Lange | 2012-01-31 | 1 | -6/+0 | |
| |_|/ |/| | | ||||||
* | | | Merge mgz's patch for flushing the TestProtocolClient stream. | Jonathan Lange | 2010-10-19 | 2 | -0/+10 | |
|\ \ \ | ||||||
| * | | | Flush the stream at the start and end of each test in the python client | Martin | 2010-10-04 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | Document the fact that subunit needs testtools 0.9.6 or later. | Jonathan Lange | 2010-10-07 | 2 | -2/+2 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Document the fact that subunit needs testtools 0.9.6 or later. | Jonathan Lange | 2010-10-06 | 2 | -2/+2 | |
|/ / / | ||||||
* | | | Merge subunit_progress() function for C child library. | Jelmer Vernooij | 2010-09-30 | 3 | -0/+78 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Split up progress tests. | Jelmer Vernooij | 2010-09-28 | 1 | -5/+24 | |
| | | | ||||||
| * | | Add subunit_progress() function to child interface. | Jelmer Vernooij | 2010-09-28 | 3 | -0/+59 | |
|/ / | ||||||
* | | Move the bulk of subunit-ls into an importable Python module. | Jonathan Lange | 2010-08-05 | 2 | -64/+63 | |
|\ \ | |/ |/| | ||||||
| * | Flakes | Jonathan Lange | 2010-08-04 | 1 | -1/+0 | |
| | | ||||||
| * | Whitespace. | Jonathan Lange | 2010-08-04 | 1 | -13/+13 | |
| | | ||||||
| * | Move TestIdPrintingResult from subunit-ls to subunit.test_results | Jonathan Lange | 2010-08-04 | 2 | -51/+51 | |
|/ | ||||||
* | Release 0.0.6.0.0.6 | Robert Collins | 2010-07-02 | 2 | -1/+9 | |
| | ||||||
* | Make it clear that BRACKETED parts are utf8 and fix the outputter to do so. | Robert Collins | 2010-07-02 | 3 | -12/+14 | |
| | ||||||
* | Merge james_w's discovery patch, tweaked. | Robert Collins | 2010-07-01 | 2 | -6/+36 | |
|\ | ||||||
| * | Tweak discovery patch as requested in the review. | Robert Collins | 2010-07-01 | 1 | -2/+5 | |
| | | ||||||
| * | Modify the usage message from subunit.run. | James Westby | 2010-06-22 | 1 | -2/+28 | |
| | | ||||||
| * | Add NEWS snippet. | James Westby | 2010-06-14 | 1 | -0/+7 | |
| | | ||||||
| * | Use testtools to do the running and so support discovery via that. | James Westby | 2010-06-12 | 1 | -26/+2 | |
| | | ||||||
| * | Add --discover-pattern. | James Westby | 2010-06-07 | 1 | -1/+5 | |
| | | ||||||
| * | Implement a hacky first pass at discovery. | James Westby | 2010-06-07 | 1 | -2/+18 | |
| | | ||||||
* | | Merge the setup.py Tres supplied. | Robert Collins | 2010-06-24 | 3 | -0/+85 | |
|\ \ | ||||||
| * | | Add distutils / setuptools installation support for Python libs / scripts. | Tres Seaver | 2010-06-02 | 2 | -0/+78 | |
| |/ | ||||||
* | | Fix make check with testtools trunk. | Robert Collins | 2010-06-24 | 3 | -19/+22 | |
| | | ||||||
* | | Unbreak tests in trunk. Oops. | Robert Collins | 2010-06-21 | 2 | -13/+16 | |
| | | ||||||
* | | * Old style tracebacks with no encoding info are now treated as UTF8 rather | Robert Collins | 2010-06-11 | 3 | -1/+10 | |
|/ | | | | than some-random-codec-like-ascii. (Robert Collins) | |||||
* | On windows, ProtocolTestCase and TestProtocolClient will set their streams to | Robert Collins | 2010-05-13 | 3 | -0/+22 | |
| | | | | | | binary mode by calling into msvcrt; this avoids having their input or output mangled by the default line ending translation on that platform. (Robert Collins, Martin [gz], #579296) | |||||
* | (vila, martin(gz), lifeless) Make _feed_chunks assertion verbose to help debug | Vincent Ladeuil | 2010-05-12 | 1 | -1/+1 | |
| | ||||||
* | Merge support for handling lowercase skip/todo in tap2subunit. | Jelmer Vernooij | 2010-04-12 | 2 | -5/+16 | |
|\ | ||||||
| * | Handle lowercase skip/todo in tap. | Jelmer Vernooij | 2010-04-11 | 2 | -5/+16 | |
| | | ||||||
* | | Add support for progress reporting in Perl module. | Jelmer Vernooij | 2010-04-06 | 1 | -0/+21 | |
|\ \ | |/ | ||||||
| * | Add support for progress in the perl bindings. | Jelmer Vernooij | 2010-03-30 | 1 | -0/+21 | |
|/ | ||||||
* | Fix incorrect ordering of tags method parameters in TestResultDecorator. This | Robert Collins | 2010-03-12 | 2 | -2/+6 | |
| | | | | | is purely cosmetic as the parameters are passed down with no interpretation. (Robert Collins, #537611) | |||||
* | Apply trivial doc fix from Brad Hards for c/README. | Robert Collins | 2010-02-20 | 2 | -1/+7 | |
| | ||||||
* | Eliminate tabs used mixed in with spaces. | Jelmer Vernooij | 2010-01-25 | 2 | -12/+12 | |
| | ||||||
* | Release 0.0.5 | Robert Collins | 2010-01-20 | 3 | -3/+8 | |
| | ||||||
* | Add --forward option to notify. | Jelmer Vernooij | 2010-01-17 | 1 | -1/+8 | |
| | ||||||
* | Merge SUBUNIT_FORMATTER patch. | Jelmer Vernooij | 2010-01-16 | 3 | -8/+25 | |
|\ | ||||||
| * | Ignore SUBUNIT_FORMATTER if it is empty. | Jelmer Vernooij | 2010-01-16 | 1 | -1/+1 | |
| | | ||||||
| * | Support SUBUNIT_FORMATTER environment variable. | Jelmer Vernooij | 2010-01-15 | 3 | -8/+25 | |
| | | ||||||
* | | Only take commands that start the line they are observed on. | Robert Collins | 2010-01-16 | 2 | -2/+6 | |
| | | ||||||
* | | Fix the default of all for read in subunit2gtk, really fixing the hup race ↵ | Robert Collins | 2010-01-15 | 1 | -1/+1 | |
| | | | | | | | | condition. | |||||
* | | Flush the read pipe after a process hangup is detected, before calling ↵ | Robert Collins | 2010-01-15 | 1 | -3/+7 | |
|/ | | | | lostConnection. | |||||
* | Update NEWS about subunit-notify. | Jelmer Vernooij | 2010-01-15 | 1 | -0/+6 | |
| | ||||||
* | merge notification filter. | Jelmer Vernooij | 2010-01-15 | 1 | -0/+58 | |
|\ | ||||||
| * | Add subunit script that notifies the test results. | Jelmer Vernooij | 2010-01-15 | 1 | -0/+58 | |
| | | ||||||
* | | Shut GTK up about None being returned instead of True or False. | Robert Collins | 2010-01-15 | 1 | -0/+1 | |
| | | ||||||
* | | Merge the change to not have a progress name collision in subunit2gtk from Vila. | Robert Collins | 2010-01-15 | 1 | -10/+12 | |
|\ \ | |/ |/| | ||||||
| * | Make subunit2gtk works and stop reporting the last test as an error. | Vincent Ladeuil | 2010-01-14 | 1 | -18/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * subunit2gtk: (GTKTestResult.__init__, GTKTestResult.stopTest, GTKTestResult.progress): An attribute named like a method sounds like a recipe for disaster. 'progress' attribute renamed to 'progress_model'. (GIOProtocolTestCase.read): Don't install additional watches, just return True to indicate we want to be called again. Return False only when we get to the end of the file. Leave hup handle the lost connection issues. (GIOProtocolTestCase.hup): We can be called only once but we need to return False to avoid spurious warnings. |