We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e8478 commit 9f3c79dCopy full SHA for 9f3c79d
spelling_private_dict.txt
@@ -1,5 +1,6 @@
1
AuthenticationFailure
2
BadImage
3
+ConnectionErrorPossiblyImageTooLarge
4
ImageTooLarge
5
MatchProcessing
6
MaxNumResultsOutOfRange
tests/test_query.py
@@ -56,6 +56,10 @@ def test_too_large(
56
cloud_reco_client: CloudRecoService,
57
png_too_large: io.BytesIO,
58
) -> None:
59
+ """
60
+ A ``ConnectionErrorPossiblyImageTooLarge`` exception is raised if an
61
+ image which is too large is given.
62
63
with pytest.raises(ConnectionErrorPossiblyImageTooLarge):
64
cloud_reco_client.query(image=png_too_large)
65
0 commit comments