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 e31b55f commit 245bf10Copy full SHA for 245bf10
tests/unit/formats/test_rfc3339.py
@@ -22,6 +22,7 @@ def test_simple_positive_cases(datestr):
22
@pytest.mark.parametrize(
23
"datestr",
24
(
25
+ object(),
26
"2018-12-31T23:59:59",
27
"2018-12-31T23:59:59+00:00Z",
28
"2018-12-31 23:59:59",
tests/unit/formats/test_time.py
@@ -21,6 +21,7 @@ def test_simple_positive_cases(timestr):
21
"timestr",
"12:34:56",
"23:59:60Z",
"23:59:59+24:00",
0 commit comments