MCPcopy Create free account
hub / github.com/Mercury7353/PyBench / test_task_11

Function test_task_11

data/unit_test/tests.py:252–258  ·  view source on GitHub ↗
(trajectory)

Source from the content-addressed store, hash-verified

250 assert date_format_correct==True
251
252def test_task_11(trajectory):
253 try:
254 df=pd.read_excel("./output/11.xls")
255 except:
256 df=pd.read_excel("./output/11.xlsx")
257
258 assert df
259
260
261def test_task_12(trajectory):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected