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 | ||||
* | Replace a Lock with a better suited Event. | Antoine Pitrou | 2010-04-25 | 1 | -6/+5 |
| | |||||
* | #7668: Fix test_httpservers failure when sys.executable contains non-ASCII ↵ | Florent Xicluna | 2010-03-22 | 1 | -2/+12 |
| | | | | bytes. | ||||
* | Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* ↵ | Florent Xicluna | 2010-03-19 | 1 | -30/+30 |
| | | | | and setUp/tearDown. | ||||
* | (Hopefully) suppress transient refleaks in test_httpservers. | Antoine Pitrou | 2009-10-27 | 1 | -0/+2 |
| | |||||
* | Move restoration of the os.environ object into the context manager where it ↵ | Nick Coghlan | 2009-10-17 | 1 | -1/+0 |
| | | | | belongs | ||||
* | Revert changes made to environment in test_httpservers | Nick Coghlan | 2009-10-17 | 1 | -3/+6 |
| | |||||
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
| | |||||
* | - Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths are | Gregory P. Smith | 2009-04-06 | 1 | -0/+46 |
| | | | | now collapsed within the url properly before looking in cgi_directories. | ||||
* | Argh, this is the *actual* test that works under Windows. | Georg Brandl | 2008-05-20 | 1 | -9/+12 |
| | |||||
* | Activate two more test cases in test_httpservers. | Georg Brandl | 2008-05-20 | 1 | -3/+3 |
| | |||||
* | GHOP #134, #171, #137: unit tests for the three HTTPServer modules. | Georg Brandl | 2008-05-18 | 1 | -0/+351 |