We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebebbda commit caaeaceCopy full SHA for caaeace
tests/mock_vws/test_query.py
@@ -1636,6 +1636,12 @@ def test_date_formats(
1636
datetime_format: str,
1637
include_tz: bool,
1638
) -> 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
1645
image_content = high_quality_image.getvalue()
1646
body = {'image': ('image.jpeg', image_content, 'image/jpeg')}
1647
0 commit comments