MCPcopy Create free account
hub / github.com/datapane/datapane / test_to_df_datetime

Function test_to_df_datetime

python-client/tests/common/test_df_processor_2.py:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73
74
75def test_to_df_datetime():
76 now = pd.to_datetime("now")
77 assert_scalar_works(now)
78
79
80def test_to_df_datetime_timezoned():

Callers

nothing calls this directly

Calls 1

assert_scalar_worksFunction · 0.85

Tested by

no test coverage detected