Searched refs:assert_raises (Results 1 – 8 of 8) sorted by relevance
69 with tests.assert_raises(IOError):91 with tests.assert_raises(ssl.SSLError):
55 with tests.assert_raises(httplib2.FailedToDecompressContent):89 with tests.assert_raises(httplib2.FailedToDecompressContent):
20 with tests.assert_raises(TypeError):220 with tests.assert_raises(socket.gaierror):
113 with tests.assert_raises(httplib2.ServerNotFoundError):
49 with tests.assert_raises(httplib2.ServerNotFoundError):71 with tests.assert_raises(socket.error):
269 with tests.assert_raises(httplib2.MalformedHeader):
27 def assert_raises(exc_type): function
1884 def assert_raises(): function1889 with assert_raises():1891 with assert_raises():1894 with assert_raises():1896 with assert_raises():1900 def assert_raises(): function1912 with assert_raises():1914 with assert_raises():1917 with assert_raises():1919 with assert_raises():[all …]