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)