9 lines
218 B
Python
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)
|