feat: re-export odesli symbols through server/mf.py
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -6,3 +6,11 @@ def test_url_helpers_reexported():
|
||||
assert callable(smf.probe_url)
|
||||
assert callable(smf.download_hits)
|
||||
assert callable(smf.download_single)
|
||||
|
||||
|
||||
def test_odesli_symbols_reexported():
|
||||
import server.mf as smf
|
||||
assert callable(smf._is_direct_url)
|
||||
assert callable(smf.odesli_resolve)
|
||||
assert callable(smf.resolve_link_hits)
|
||||
assert callable(smf.handle_link)
|
||||
|
||||
Reference in New Issue
Block a user