Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | fix Subunit.pm for outputting 'failure' instead of 'fail' to conform with ↵ | Stewart Smith | 2011-10-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | the protocol spec in subunit README and what subunit2junitxml expects | |||||
| * | | | | | Merge Stewart Smith's branch to add timestamps to shell functions. | Jonathan Lange | 2011-10-06 | 2 | -0/+7 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | in subunit.sh add Z to end of time to indicate UTC | Stewart Smith | 2011-06-16 | 1 | -5/+5 | |
| | | | | | | ||||||
| | * | | | | make subunit shell functions output time at each point. Also tested that it ↵ | Stewart Smith | 2011-06-12 | 1 | -0/+5 | |
| | |/ / / | | | | | | | | | | | | | | | | works with subunit2junit. | |||||
| * | | | | Correct spelling (mgz) | Jonathan Lange | 2011-08-08 | 1 | -2/+2 | |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| | * | | | Couple of spelling corrections to python subunit module docstring | Martin | 2011-08-07 | 1 | -2/+2 | |
| |/ / / | ||||||
| * | | | Fix Python 3 syntax error. | Jonathan Lange | 2011-07-26 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Add "subunit-filter -F" to set all the flags that remove things that isn't a ↵ | Jonathan Lange | 2011-07-04 | 3 | -6/+33 | |
| |\ \ \ | | |/ / | |/| | | | | | | "failure" | |||||
| | * | | Turn the -F handler into a callback that adds args. | John Arbash Meinel | 2011-06-30 | 1 | -12/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | By using 'insert', it means the options can then be overridden later. So doing subunit-filter -F --xfail will put the xfails in the stream, and you can do 'subunit-filter -F --passthrough' if you want the passthrough data back. | |||||
| | * | | Add -F to suppress everything that isn't a failure/error. | John Arbash Meinel | 2011-06-30 | 2 | -0/+16 | |
| | | | | ||||||
| | * | | Remove -F since it seemed controversial | John Arbash Meinel | 2011-06-30 | 2 | -16/+0 | |
| | | | | ||||||
| | * | | Merge trunk tip, resolve NEWS. | John Arbash Meinel | 2011-06-30 | 16 | -428/+704 | |
| | |\ \ | | |/ / | |/| | | ||||||
| | * | | Merge trunk r142 and resolve conflicts. | John Arbash Meinel | 2011-06-30 | 16 | -195/+672 | |
| | |\ \ | ||||||
| | * | | | (bug #623642) Add --no-xfail and -F to subunit-filter. | John Arbash Meinel | 2010-08-24 | 3 | -5/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing --no-success only filtered out genuine success cases. Now we can filter everything down to stuff that would actually be considered a 'failure'. | |||||
* | | | | | Release 0.0.7.0.0.7 | Robert Collins | 2011-06-12 | 3 | -3/+7 | |
|/ / / / | ||||||
* | | | | * ``subunit-ls`` should handle the new test outcomes in Python2.7 better. | Robert Collins | 2011-05-23 | 2 | -0/+13 | |
| | | | | | | | | | | | | | | | | (Robert Collins, #785953) | |||||
* | | | | * ``subunit-ls`` now handles a stream with time: instructions that start | Robert Collins | 2011-05-23 | 3 | -3/+11 | |
| | | | | | | | | | | | | | | | | | | | | partway through the stream (which may lead to strange times) more gracefully. (Robert Collins, #785954) | |||||
* | | | | Unbreak subunit-filter with no fixup option given. | Robert Collins | 2011-05-21 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix handling of addSkip in TestResultFilter. | Jelmer Vernooij | 2011-05-10 | 2 | -1/+15 | |
|\ \ \ \ | ||||||
| * | | | | Add test to make sure addSkip is preserved. | Jelmer Vernooij | 2011-05-09 | 1 | -0/+14 | |
| | | | | | ||||||
| * | | | | Fix argument in TestResultFilter.addSkip. | Jelmer Vernooij | 2011-05-09 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Fix thinko in addSuccess refactoring. | Robert Collins | 2011-05-02 | 2 | -2/+5 | |
| | | | | ||||||
* | | | | Support testsRun on the tag and time collapsing decorators. | Robert Collins | 2011-05-02 | 2 | -6/+6 | |
| | | | | ||||||
* | | | | Support unexpected success outcomes. | Robert Collins | 2011-05-02 | 4 | -40/+212 | |
|\ \ \ \ | ||||||
| * | | | | Additionally the protocol now has a keyword uxsuccess for Unexpected Success | Robert Collins | 2011-05-02 | 4 | -40/+213 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reporting. Older parsers will report tests with this status code as 'lost connection'. * The Python2.7 / testtools addUnexpectedSuccess API is now supported. This required adding a new status code to the protocol. (Robert Collins, #654474) | |||||
* | | | | | Martins fix for failures on windows. | Robert Collins | 2011-05-02 | 3 | -7/+19 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Fix join_dir test by being more specific about what constitutes a match | Martin | 2011-04-27 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Skip os.fork tests on non-posix systems, by switching to testtools testcases ↵ | Martin | 2011-04-27 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | there | |||||
| * | | | | Hack ExecTestCase and its tests to sort-of be portable fixing the remaing spew | Martin | 2011-04-27 | 2 | -2/+9 | |
| | | | | | ||||||
| * | | | | Avoid leaking test output in ↵ | Martin | 2011-04-25 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | TestTestProtocolServerStartTest.test_indented_test_colon_ignored | |||||
* | | | | | Merge python 3K changes. | Robert Collins | 2011-04-27 | 16 | -402/+491 | |
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | ||||||
| * | | | Update testtools dependency. | Robert Collins | 2011-04-25 | 2 | -1/+6 | |
| | | | | ||||||
| * | | | Test suite works in python3. | Robert Collins | 2011-04-25 | 1 | -1/+5 | |
| | | | | ||||||
| * | | | Test suite passing on 3.1. | Robert Collins | 2011-04-25 | 1 | -8/+11 | |
| | | | | ||||||
| * | | | Nearly done. | Robert Collins | 2011-04-25 | 8 | -161/+192 | |
| | | | | ||||||
| * | | | Update stats tests. | Robert Collins | 2011-04-25 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | Tags in the API are strings. And python3 exception names. | Robert Collins | 2011-04-25 | 1 | -2/+6 | |
| | | | | ||||||
| * | | | Merge Martin[gz]'s fix for make_stream_binary. | Robert Collins | 2011-04-25 | 1 | -4/+10 | |
| |\ \ \ | ||||||
| | * | | | Remove presumably erroneous _make_stream_binary call | Martin | 2011-04-25 | 1 | -1/+0 | |
| | | | | | ||||||
| | * | | | Vary fileno attempt exception type to support Python 3 | Martin | 2011-04-25 | 1 | -1/+6 | |
| | | | | | ||||||
| | * | | | Use try/except rather than getattr to test for fileno _make_stream_binary | Martin | 2011-04-25 | 1 | -3/+5 | |
| | | | | | ||||||
| * | | | | More fixups. | Robert Collins | 2011-04-25 | 2 | -150/+168 | |
| |/ / / | ||||||
| * | | | More small stuff. | Robert Collins | 2011-04-25 | 2 | -9/+9 | |
| | | | | ||||||
| * | | | Progress. | Robert Collins | 2011-04-25 | 5 | -39/+46 | |
| | | | | ||||||
| * | | | More progress. | Robert Collins | 2011-04-25 | 1 | -5/+8 | |
| | | | | ||||||
| * | | | Make test suite importable in py3. | Robert Collins | 2011-04-25 | 8 | -22/+28 | |
| | | | | ||||||
| * | | | Get pydoc3.1 subunit working. | Robert Collins | 2011-04-25 | 2 | -2/+3 | |
| | | | | ||||||
| * | | | Fixup initial py3 support from tres and start digging further. | Robert Collins | 2011-04-25 | 2 | -13/+12 | |
| |\ \ \ | ||||||
| | * | | | Work around Python3 syntax errors. | Tres Seaver | 2011-03-10 | 1 | -14/+30 | |
| | | | | | | | | | | | | | | | Notions borrowed from the 'six' portability library. | |||||
* | | | | | Merge addition of --fixup-expected-failures argument to filter-subunit. | Jelmer Vernooij | 2011-04-26 | 6 | -10/+83 | |
|\ \ \ \ \ | |/ / / / |/| | | | |