summaryrefslogtreecommitdiff
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
...
* More fiddling about.Jonathan Lange2012-03-271-10/+8
|
* More tweaking of boundaries.Jonathan Lange2012-03-271-15/+18
|
* Try to factor out the filter code.Jonathan Lange2012-03-271-0/+83
|
* Rename csv_result to CsvResult.Jonathan Lange2012-03-252-6/+6
|
* Don't write anything until startTestRun is called.Jonathan Lange2012-03-252-11/+17
|
* 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
| | | | the other scripts
* Test for csv output.Jonathan Lange2012-03-251-1/+22
|
* Resolve XXX about testtools support for tags.Jonathan Lange2012-03-251-2/+1
|
* Merge trunk.Jonathan Lange2012-03-252-14/+18
|\
| * Clean up a flakeJonathan Lange2012-02-161-2/+2
| |
| * 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-162-4/+34
| |\
| | * et binary mode on the stream for forwarding subunit output (mgz)Jonathan Lange2012-02-101-1/+3
| | |\
| | | * Set binary mode on the forwarded stream in ProtocolTestCase as used by filtersMartin Packman2012-01-041-1/+3
| | | |
| * | | 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
| | | |
| * | | Fix to call the public API in testtools.Jonathan Lange2012-02-091-4/+4
| | |/ | |/|
* | | 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-012-4/+229
| | |
* | | Merge trunkJonathan Lange2012-02-0118-575/+1251
|\ \ \ | | |/ | |/|
| * | Tag support has been implemented for TestProtocolClient.Robert Collins2012-01-112-0/+25
| | | | | | | | | | | | (Robert Collins, #518016)
| * | Handle latest testtools changes.Robert Collins2012-01-111-6/+6
| |/
| * Merge support for newer location of {Extended,Python26,Python27}TestResult ↵Jelmer Vernooij2011-11-071-5/+12
| |\ | | | | | | | | | in testtools.
| | * Newer versions of testtools have {Python26,Python27,Extended}TestResult in ↵Jelmer Vernooij2011-10-131-5/+12
| | | | | | | | | | | | testtools.testresult.doubles.
| * | Copyright update.Jonathan Lange2011-11-011-2/+1
| | |
| * | Have the output of subunit.run include timing information.James Westby2011-11-013-0/+57
| | |
| * | Couple of spelling corrections to python subunit module docstringMartin2011-08-071-2/+2
| | |
| * | Fix Python 3 syntax error.Jonathan Lange2011-07-261-1/+1
| | |
| * | Merge trunk tip, resolve NEWS.John Arbash Meinel2011-06-3013-404/+672
| |\ \ | | |/
| | * * ``subunit-ls`` should handle the new test outcomes in Python2.7 better.Robert Collins2011-05-231-0/+10
| | | | | | | | | | | | (Robert Collins, #785953)
| | * * ``subunit-ls`` now handles a stream with time: instructions that startRobert Collins2011-05-231-1/+1
| | | | | | | | | | | | | | | partway through the stream (which may lead to strange times) more gracefully. (Robert Collins, #785954)
| | * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-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
| | | |