Skip to content

Commit 47dbb06

Browse files
committed
Add docstrings for tests [skip ci]
1 parent bcff35d commit 47dbb06

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/mock_vws/test_query.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,8 +1087,7 @@ def test_supported(
10871087
file_format: str,
10881088
) -> None:
10891089
"""
1090-
See https://github.com/adamtheturtle/vws-python/issues/357 for
1091-
implementing this test.
1090+
PNG and JPEG formats are supported.
10921091
"""
10931092
image_buffer = io.BytesIO()
10941093
pil_image = Image.open(high_quality_image)
@@ -1111,8 +1110,7 @@ def test_unsupported(
11111110
vuforia_database_keys: VuforiaDatabaseKeys,
11121111
) -> None:
11131112
"""
1114-
See https://github.com/adamtheturtle/vws-python/issues/357 for
1115-
implementing this test.
1113+
File formats which are not PNG or JPEG are not supported.
11161114
"""
11171115
file_format = 'tiff'
11181116
image_buffer = io.BytesIO()

0 commit comments

Comments
 (0)