summaryrefslogtreecommitdiff
path: root/python/subunit
Commit message (Expand)AuthorAgeFilesLines
* * ``subunit-ls`` should handle the new test outcomes in Python2.7 better.Robert Collins2011-05-231-0/+10
* * ``subunit-ls`` now handles a stream with time: instructions that startRobert Collins2011-05-231-1/+1
* 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-021-5/+5
* Support unexpected success outcomes.Robert Collins2011-05-022-15/+177
|\
| * Additionally the protocol now has a keyword uxsuccess for Unexpected SuccessRobert Collins2011-05-022-15/+178
* | 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
| * Hack ExecTestCase and its tests to sort-of be portable fixing the remaing spewMartin2011-04-272-2/+9
| * Avoid leaking test output in TestTestProtocolServerStartTest.test_indented_te...Martin2011-04-251-2/+5
* | Merge python 3K changes.Robert Collins2011-04-2713-389/+467
|\ \ | |/
| * 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-254-28/+34
| * 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
* | | Split out method that checks for expected failures into a separate method.Jelmer Vernooij2011-04-251-3/+6
* | | Move read_test_filter to python/subunit.Jelmer Vernooij2011-04-252-1/+13
* | | Remove TagCollapsingDecator test.Jelmer Vernooij2011-04-251-5/+0
* | | Mark unexpected successes, too.Jelmer Vernooij2011-04-112-2/+15
* | | Filter errors as well.Jelmer Vernooij2011-04-112-6/+18
* | | Support --fixup-expected-failures argument to subunit-filter.Jelmer Vernooij2011-04-112-3/+25
* | | Add test for TagCollapsingDecorator.testsRun.Jelmer Vernooij2011-03-281-0/+5
|/ /
* | Add different support.Jonathan Lange2011-02-151-0/+15
* | Consistently use super() rather than upcalling.Jonathan Lange2011-02-131-4/+4
* | Use the time collapsing decorator as well.Jonathan Lange2011-02-131-2/+2
* | Make sure that we don't send time if there are none to send.Jonathan Lange2011-02-132-0/+17
* | Properly handle multiple events.Jonathan Lange2011-02-132-6/+34
* | Add a time collapsing decorator.Jonathan Lange2011-02-132-0/+44
* | Only one mechanism for checking to see if a thing is filtered.Jonathan Lange2011-02-121-15/+27
* | Simplify TRF by using TagCollapsingDecorator.Jonathan Lange2011-02-121-23/+1
* | Implement the tag collapsing logic by stealing stuff from TRF and fixing it.Jonathan Lange2011-02-122-0/+63
* | Get started, fix a bug in subunit's decorator.Jonathan Lange2011-02-122-1/+18
|/
* Delete unnecessary code.Jonathan Lange2011-02-121-9/+1
* More flakes.Jonathan Lange2011-02-111-25/+23
* Unnecessary whitespace.Jonathan Lange2011-02-111-1/+0