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

Function test_task_15

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

Source from the content-addressed store, hash-verified

274 assert df.equals(sorted_df)
275
276def test_task_15(trajectory):
277 df = pd.read_csv("./output/15.csv")
278 sorted_df = df.sort_values(by=['avg_us_viewers', 'ad_cost'], ascending=[False, True])
279 assert df.equals(sorted_df)
280
281
282def test_task_16(trajectory):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected