MCPcopy
hub / github.com/scdl-org/scdl / test_playlists

Function test_playlists

tests/test_user.py:65–74  ·  view source on GitHub ↗
(tmp_path: Path)

Source from the content-addressed store, hash-verified

63
64
65def test_playlists(tmp_path: Path) -> None:
66 os.chdir(tmp_path)
67 r = call_scdl_with_auth(
68 "-l",
69 "https://soundcloud.com/one-thousand-and-one",
70 "-p",
71 "--onlymp3",
72 )
73 assert r.returncode == 0
74 assert count_files(tmp_path) == 3
75
76
77def test_reposts(tmp_path: Path) -> None:

Callers

nothing calls this directly

Calls 2

call_scdl_with_authFunction · 0.90
count_filesFunction · 0.85

Tested by

no test coverage detected