Home
last modified time | relevance | path

Searched refs:assert_raises (Results 1 – 8 of 8) sorted by relevance

/external/python/httplib2/tests/
Dtest_external.py69 with tests.assert_raises(IOError):
91 with tests.assert_raises(ssl.SSLError):
Dtest_encoding.py55 with tests.assert_raises(httplib2.FailedToDecompressContent):
89 with tests.assert_raises(httplib2.FailedToDecompressContent):
Dtest_other.py20 with tests.assert_raises(TypeError):
220 with tests.assert_raises(socket.gaierror):
Dtest_proxy.py113 with tests.assert_raises(httplib2.ServerNotFoundError):
Dtest_http.py49 with tests.assert_raises(httplib2.ServerNotFoundError):
71 with tests.assert_raises(socket.error):
Dtest_auth.py269 with tests.assert_raises(httplib2.MalformedHeader):
D__init__.py27 def assert_raises(exc_type): function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_unix_events.py1884 def assert_raises(): function
1889 with assert_raises():
1891 with assert_raises():
1894 with assert_raises():
1896 with assert_raises():
1900 def assert_raises(): function
1912 with assert_raises():
1914 with assert_raises():
1917 with assert_raises():
1919 with assert_raises():
[all …]