facetest / tests /test_wording.py
LULDev's picture
Upload folder using huggingface_hub
a1da63c verified
raw
history blame contribute delete
181 Bytes
from facefusion import wording
def test_get() -> None:
assert wording.get('python_not_supported')
assert wording.get('help.source_paths')
assert wording.get('invalid') is None