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

Function assert_not_track

tests/utils.py:62–64  ·  view source on GitHub ↗
(tmp_path: Path, expected_name: str)

Source from the content-addressed store, hash-verified

60
61
62def assert_not_track(tmp_path: Path, expected_name: str) -> None:
63 file = tmp_path / expected_name
64 assert not file.exists()

Callers 5

test_offsetFunction · 0.90
test_no_playlist_folderFunction · 0.90
test_no_strict_playlistFunction · 0.90
test_strict_playlistFunction · 0.90
test_syncFunction · 0.90

Calls

no outgoing calls

Tested by 5

test_offsetFunction · 0.72
test_no_playlist_folderFunction · 0.72
test_no_strict_playlistFunction · 0.72
test_strict_playlistFunction · 0.72
test_syncFunction · 0.72