diff options
| author | Antoine Pitrou <solipsis@pitrou.net> | 2010-12-16 17:05:26 +0000 |
|---|---|---|
| committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-12-16 17:05:26 +0000 |
| commit | c5e548f6a58a2b6dec18727125928da216418093 (patch) | |
| tree | 823dbd7b231c1290124daa0f8746cbc522048676 /Lib/test/test_httpservers.py | |
| parent | 3022ce1a14b364a1d1d69405646aae892d827666 (diff) | |
| download | cpython-git-c5e548f6a58a2b6dec18727125928da216418093.tar.gz | |
Forgot to enable this test
Diffstat (limited to 'Lib/test/test_httpservers.py')
| -rw-r--r-- | Lib/test/test_httpservers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_httpservers.py b/Lib/test/test_httpservers.py index cbc77f20cf..3c372c1765 100644 --- a/Lib/test/test_httpservers.py +++ b/Lib/test/test_httpservers.py @@ -583,6 +583,7 @@ def test_main(verbose=None): try: cwd = os.getcwd() support.run_unittest(BaseHTTPRequestHandlerTestCase, + SimpleHTTPRequestHandlerTestCase, BaseHTTPServerTestCase, SimpleHTTPServerTestCase, CGIHTTPServerTestCase |
