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

Function test_task_14

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

Source from the content-addressed store, hash-verified

269 assert num_rows==30
270
271def test_task_14(trajectory):
272 df = pd.read_csv("./output/14.csv")
273 sorted_df = df.sort_values(by='avg_us_viewers', ascending=False)
274 assert df.equals(sorted_df)
275
276def test_task_15(trajectory):
277 df = pd.read_csv("./output/15.csv")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected