Files
musicfetch/tests/test_mf_url_exports.py
2026-06-08 23:54:49 -07:00

9 lines
218 B
Python

import server.mf as smf
def test_url_helpers_reexported():
assert callable(smf.is_url)
assert callable(smf.is_playlist_url)
assert callable(smf.download_playlist)
assert callable(smf.download_single)