summaryrefslogtreecommitdiff
path: root/python/subunit/tests
Commit message (Expand)AuthorAgeFilesLines
* Rename csv_result to CsvResult.Jonathan Lange2012-03-251-3/+3
* Don't write anything until startTestRun is called.Jonathan Lange2012-03-251-0/+5
* Tighter testing.Jonathan Lange2012-03-251-4/+15
* Don't bother testing the script because no one has bothered for any ofJonathan Lange2012-03-251-2/+0
* Test for csv output.Jonathan Lange2012-03-251-1/+22
* Merge trunk.Jonathan Lange2012-03-251-9/+11
|\
| * Make sure the tests pass with 0.9.11 as well as 0.9.12 & 13Jonathan Lange2012-02-161-6/+3
| * Merge trunkJonathan Lange2012-02-161-3/+22
| |\
| * | Code that works for 0.9.11 and against testtools trunkJonathan Lange2012-02-091-5/+7
| * | Don't make so many assumptions about how testtools formats details.Jonathan Lange2012-02-091-9/+9
* | | Update to behave correctly with tags.Jonathan Lange2012-03-251-5/+5
* | | TodosJonathan Lange2012-02-031-0/+4
* | | Factor out the assertions.Jonathan Lange2012-02-021-98/+31
* | | Swathe of tests.Jonathan Lange2012-02-011-0/+226
* | | Merge trunkJonathan Lange2012-02-0112-371/+781
|\ \ \ | | |/ | |/|
| * | Tag support has been implemented for TestProtocolClient.Robert Collins2012-01-111-0/+16
| * | Handle latest testtools changes.Robert Collins2012-01-111-6/+6
| |/
| * Merge support for newer location of {Extended,Python26,Python27}TestResult in...Jelmer Vernooij2011-11-071-5/+12
| |\
| | * Newer versions of testtools have {Python26,Python27,Extended}TestResult in te...Jelmer Vernooij2011-10-131-5/+12
| * | Copyright update.Jonathan Lange2011-11-011-2/+1
| * | Have the output of subunit.run include timing information.James Westby2011-11-012-0/+55
| |/
| * Add test to make sure addSkip is preserved.Jelmer Vernooij2011-05-091-0/+14
| * Support unexpected success outcomes.Robert Collins2011-05-021-2/+123
| |\
| | * Additionally the protocol now has a keyword uxsuccess for Unexpected SuccessRobert Collins2011-05-021-2/+124
| * | Martins fix for failures on windows.Robert Collins2011-05-022-5/+15
| |\ \ | | |/ | |/|
| | * 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-271-0/+3
| | * Avoid leaking test output in TestTestProtocolServerStartTest.test_indented_te...Martin2011-04-251-2/+5
| * | Merge python 3K changes.Robert Collins2011-04-278-284/+289
| |\ \ | | |/
| | * Nearly done.Robert Collins2011-04-254-104/+101
| | * Update stats tests.Robert Collins2011-04-251-4/+4
| | * More fixups.Robert Collins2011-04-251-134/+135
| | * More small stuff.Robert Collins2011-04-251-7/+7
| | * Progress.Robert Collins2011-04-252-21/+21
| | * Make test suite importable in py3.Robert Collins2011-04-258-22/+28
| * | Move read_test_filter to python/subunit.Jelmer Vernooij2011-04-251-1/+0
| * | Remove TagCollapsingDecator test.Jelmer Vernooij2011-04-251-5/+0
| * | Mark unexpected successes, too.Jelmer Vernooij2011-04-111-0/+9
| * | Filter errors as well.Jelmer Vernooij2011-04-111-4/+12
| * | Support --fixup-expected-failures argument to subunit-filter.Jelmer Vernooij2011-04-111-0/+12
| * | Add test for TagCollapsingDecorator.testsRun.Jelmer Vernooij2011-03-281-0/+5
| |/
| * Add different support.Jonathan Lange2011-02-151-0/+15
| * Make sure that we don't send time if there are none to send.Jonathan Lange2011-02-131-0/+15
| * Properly handle multiple events.Jonathan Lange2011-02-131-1/+25
| * Add a time collapsing decorator.Jonathan Lange2011-02-131-0/+25
| * Implement the tag collapsing logic by stealing stuff from TRF and fixing it.Jonathan Lange2011-02-121-0/+15
| * Get started, fix a bug in subunit's decorator.Jonathan Lange2011-02-121-0/+13
| * Delete unnecessary code.Jonathan Lange2011-02-121-9/+1
| * Pass through time when we aren't in tests.Jonathan Lange2011-02-111-2/+5