MCPcopy Index your code
hub / github.com/python-pendulum/pendulum / test_to_date_string

Function test_to_date_string

tests/date/test_strings.py:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def test_to_date_string():
12 d = pendulum.Date(1975, 12, 25)
13 assert d.to_date_string() == "1975-12-25"
14
15
16def test_to_formatted_date_string():

Callers

nothing calls this directly

Calls 1

to_date_stringMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…