pytest.mark.parametrize(
"value,result",
[
# Valid inputs
("1494012444.883309", date(2017, 5, 5)),
(b"1494012444.883309", date(2017, 5, 5)),
(1_494_012_444.883_
| 1 | """ |
| 2 | Copied from https://github.com/pydantic/pydantic/blob/v1.10.22/tests/test_datetime_parse.py |
| 3 | with modifications so it works without pydantic v1 imports. |
| 4 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected