summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | fix Subunit.pm for outputting 'failure' instead of 'fail' to conform with ↵Stewart Smith2011-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | the protocol spec in subunit README and what subunit2junitxml expects
| * | | | | Merge Stewart Smith's branch to add timestamps to shell functions.Jonathan Lange2011-10-062-0/+7
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | in subunit.sh add Z to end of time to indicate UTCStewart Smith2011-06-161-5/+5
| | | | | |
| | * | | | make subunit shell functions output time at each point. Also tested that it ↵Stewart Smith2011-06-121-0/+5
| | |/ / / | | | | | | | | | | | | | | | works with subunit2junit.
| * | | | Correct spelling (mgz)Jonathan Lange2011-08-081-2/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Couple of spelling corrections to python subunit module docstringMartin2011-08-071-2/+2
| |/ / /
| * | | Fix Python 3 syntax error.Jonathan Lange2011-07-261-1/+1
| | | |
| * | | Add "subunit-filter -F" to set all the flags that remove things that isn't a ↵Jonathan Lange2011-07-043-6/+33
| |\ \ \ | | |/ / | |/| | | | | | "failure"
| | * | Turn the -F handler into a callback that adds args.John Arbash Meinel2011-06-301-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 Meinel2011-06-302-0/+16
| | | |
| | * | Remove -F since it seemed controversialJohn Arbash Meinel2011-06-302-16/+0
| | | |
| | * | Merge trunk tip, resolve NEWS.John Arbash Meinel2011-06-3016-428/+704
| | |\ \ | | |/ / | |/| |
| | * | Merge trunk r142 and resolve conflicts.John Arbash Meinel2011-06-3016-195/+672
| | |\ \
| | * | | (bug #623642) Add --no-xfail and -F to subunit-filter.John Arbash Meinel2010-08-243-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.7Robert Collins2011-06-123-3/+7
|/ / / /
* | | | * ``subunit-ls`` should handle the new test outcomes in Python2.7 better.Robert Collins2011-05-232-0/+13
| | | | | | | | | | | | | | | | (Robert Collins, #785953)
* | | | * ``subunit-ls`` now handles a stream with time: instructions that startRobert Collins2011-05-233-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 Collins2011-05-211-1/+1
| | | |
* | | | Fix handling of addSkip in TestResultFilter.Jelmer Vernooij2011-05-102-1/+15
|\ \ \ \
| * | | | Add test to make sure addSkip is preserved.Jelmer Vernooij2011-05-091-0/+14
| | | | |
| * | | | Fix argument in TestResultFilter.addSkip.Jelmer Vernooij2011-05-091-1/+1
|/ / / /
* | | | Fix thinko in addSuccess refactoring.Robert Collins2011-05-022-2/+5
| | | |
* | | | Support testsRun on the tag and time collapsing decorators.Robert Collins2011-05-022-6/+6
| | | |
* | | | Support unexpected success outcomes.Robert Collins2011-05-024-40/+212
|\ \ \ \
| * | | | Additionally the protocol now has a keyword uxsuccess for Unexpected SuccessRobert Collins2011-05-024-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 Collins2011-05-023-7/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix join_dir test by being more specific about what constitutes a matchMartin2011-04-271-1/+2
| | | | |
| * | | | Skip os.fork tests on non-posix systems, by switching to testtools testcases ↵Martin2011-04-271-2/+5
| | | | | | | | | | | | | | | | | | | | there
| * | | | Hack ExecTestCase and its tests to sort-of be portable fixing the remaing spewMartin2011-04-272-2/+9
| | | | |
| * | | | Avoid leaking test output in ↵Martin2011-04-251-2/+5
| | | | | | | | | | | | | | | | | | | | TestTestProtocolServerStartTest.test_indented_test_colon_ignored
* | | | | Merge python 3K changes.Robert Collins2011-04-2716-402/+491
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Update testtools dependency.Robert Collins2011-04-252-1/+6
| | | |
| * | | Test suite works in python3.Robert Collins2011-04-251-1/+5
| | | |
| * | | Test suite passing on 3.1.Robert Collins2011-04-251-8/+11
| | | |
| * | | Nearly done.Robert Collins2011-04-258-161/+192
| | | |
| * | | Update stats tests.Robert Collins2011-04-251-4/+4
| | | |
| * | | Tags in the API are strings. And python3 exception names.Robert Collins2011-04-251-2/+6
| | | |
| * | | Merge Martin[gz]'s fix for make_stream_binary.Robert Collins2011-04-251-4/+10
| |\ \ \
| | * | | Remove presumably erroneous _make_stream_binary callMartin2011-04-251-1/+0
| | | | |
| | * | | Vary fileno attempt exception type to support Python 3Martin2011-04-251-1/+6
| | | | |
| | * | | Use try/except rather than getattr to test for fileno _make_stream_binaryMartin2011-04-251-3/+5
| | | | |
| * | | | More fixups.Robert Collins2011-04-252-150/+168
| |/ / /
| * | | More small stuff.Robert Collins2011-04-252-9/+9
| | | |
| * | | Progress.Robert Collins2011-04-255-39/+46
| | | |
| * | | More progress.Robert Collins2011-04-251-5/+8
| | | |
| * | | Make test suite importable in py3.Robert Collins2011-04-258-22/+28
| | | |
| * | | Get pydoc3.1 subunit working.Robert Collins2011-04-252-2/+3
| | | |
| * | | Fixup initial py3 support from tres and start digging further.Robert Collins2011-04-252-13/+12
| |\ \ \
| | * | | Work around Python3 syntax errors.Tres Seaver2011-03-101-14/+30
| | | | | | | | | | | | | | | Notions borrowed from the 'six' portability library.
* | | | | Merge addition of --fixup-expected-failures argument to filter-subunit.Jelmer Vernooij2011-04-266-10/+83
|\ \ \ \ \ | |/ / / / |/| | | |