Searched refs:assert_raises (Results 1 – 10 of 10) sorted by relevance
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):254 with tests.assert_raises(socket.timeout):
115 with tests.assert_raises(httplib2.ServerNotFoundError):174 with tests.assert_raises(httplib2.socks.Socks5AuthError):
56 with tests.assert_raises(IOError):
269 with tests.assert_raises(httplib2.MalformedHeader):
47 with tests.assert_raises(httplib2.ServerNotFoundError):69 with tests.assert_raises(socket.error):
40 def assert_raises(exc_type): function
51 "def assert_raises(error_class):\n",288 "with assert_raises(ValueError):\n",359 "with assert_raises(TypeError):\n",568 "with assert_raises(TypeError):\n",612 "with assert_raises(TypeError):\n",725 "with assert_raises(ValueError):\n",790 "with assert_raises(TypeError):\n",821 "with assert_raises(ValueError):\n",
1907 def assert_raises(): function1912 with assert_raises():1914 with assert_raises():1917 with assert_raises():1919 with assert_raises():1923 def assert_raises(): function1935 with assert_raises():1937 with assert_raises():1940 with assert_raises():1942 with assert_raises():[all …]
171 err = assert_raises type do