mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
7 lines
177 B
Text
7 lines
177 B
Text
test_httplib
|
|
reply: 'HTTP/1.1 200 Ok\r\n'
|
|
Text
|
|
reply: 'HTTP/1.1 400.100 Not Ok\r\n'
|
|
BadStatusLine raised as expected
|
|
InvalidURL raised as expected
|
|
InvalidURL raised as expected
|