Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #7449, last part (11): fix many tests if thread support is disabled | Victor Stinner | 2010-04-27 | 1 | -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 run | R. David Murray | 2010-02-23 | 1 | -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 Brandl | 2010-02-07 | 1 | -1/+0 |
| | |||||
* | Add missing import. | Georg Brandl | 2010-02-06 | 1 | -0/+1 |
| | |||||
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -13/+41 |
| | |||||
* | Fix transient refleaks in test_docxmlrpc. | Antoine Pitrou | 2009-10-30 | 1 | -0/+2 |
| | |||||
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -4/+4 |
| | |||||
* | Fixed following error when DocXMLRPCServer failed. | Hirokazu Yamamoto | 2008-10-03 | 1 | -2/+2 |
| | | | | UnboundLocalError: local variable 'serv' referenced before assignment | ||||
* | Update URL | Andrew M. Kuchling | 2008-02-07 | 1 | -1/+1 |
| | |||||
* | Add DocXMLRPCServer test from GHOP task #136, written by Jeff Wheeler. | Georg Brandl | 2007-12-09 | 1 | -0/+152 |