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

Function test_all

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

Source from the content-addressed store, hash-verified

9
10
11def test_all(tmp_path: Path) -> None:
12 os.chdir(tmp_path)
13 r = call_scdl_with_auth(
14 "-l",
15 "https://soundcloud.com/one-thousand-and-one",
16 "-a",
17 "--onlymp3",
18 )
19 assert r.returncode == 0
20 assert count_files(tmp_path) == 5
21
22
23def test_tracks(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