Add media Python tests

This commit is contained in:
Dan Yeaw
2025-02-28 11:56:48 -05:00
committed by Nicholas H.Tollervey
parent b22f384d73
commit 2979b8bfcd
3 changed files with 128 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
"./tests/test_document.py": "tests/test_document.py",
"./tests/test_fetch.py": "tests/test_fetch.py",
"./tests/test_ffi.py": "tests/test_ffi.py",
"./tests/test_media.py": "tests/test_media.py",
"./tests/test_js_modules.py": "tests/test_js_modules.py",
"./tests/test_storage.py": "tests/test_storage.py",
"./tests/test_running_in_worker.py": "tests/test_running_in_worker.py",