summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_docxmlrpc.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-1/+1
| | | | | | * Use try/except ImportError or test_support.import_module() to import thread and threading modules * Add @unittest.skipUnless(threading, ...) to testcases using threads
* Issue 6292: for the moment at least, the test suite passes if runR. David Murray2010-02-231-5/+24
| | | | | | with -OO. Tests requiring docstrings are skipped. Patch by Brian Curtin, thanks to Matias Torchinsky for helping review and improve the patch.
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
|
* Add missing import.Georg Brandl2010-02-061-0/+1
|
* use assert[Not]In where appropriateEzio Melotti2010-01-231-13/+41
|
* Fix transient refleaks in test_docxmlrpc.Antoine Pitrou2009-10-301-0/+2
|
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-4/+4
|
* Fixed following error when DocXMLRPCServer failed.Hirokazu Yamamoto2008-10-031-2/+2
| | | | UnboundLocalError: local variable 'serv' referenced before assignment
* Update URLAndrew M. Kuchling2008-02-071-1/+1
|
* Add DocXMLRPCServer test from GHOP task #136, written by Jeff Wheeler.Georg Brandl2007-12-091-0/+152