Skip to content

Commit caaeace

Browse files
committed
Add test docstring [skip ci]
1 parent ebebbda commit caaeace

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/mock_vws/test_query.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1636,6 +1636,12 @@ def test_date_formats(
16361636
datetime_format: str,
16371637
include_tz: bool,
16381638
) -> None:
1639+
"""
1640+
Test various date formats which are known to be accepted.
1641+
1642+
We expect that more formats than this will be accepted.
1643+
These are the accepted ones we know of at the time of writing.
1644+
"""
16391645
image_content = high_quality_image.getvalue()
16401646
body = {'image': ('image.jpeg', image_content, 'image/jpeg')}
16411647

0 commit comments

Comments
 (0)