We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcff35d commit 47dbb06Copy full SHA for 47dbb06
tests/mock_vws/test_query.py
@@ -1087,8 +1087,7 @@ def test_supported(
1087
file_format: str,
1088
) -> None:
1089
"""
1090
- See https://github.com/adamtheturtle/vws-python/issues/357 for
1091
- implementing this test.
+ PNG and JPEG formats are supported.
1092
1093
image_buffer = io.BytesIO()
1094
pil_image = Image.open(high_quality_image)
@@ -1111,8 +1110,7 @@ def test_unsupported(
1111
1110
vuforia_database_keys: VuforiaDatabaseKeys,
1112
1113
1114
1115
+ File formats which are not PNG or JPEG are not supported.
1116
1117
file_format = 'tiff'
1118
0 commit comments