import server.mf as smf def test_url_helpers_reexported(): assert callable(smf.is_url) assert callable(smf.probe_url) assert callable(smf.download_hits) assert callable(smf.download_single)