ff3 / tests /test_wording.py
dangitdarnit's picture
Migrated from GitHub
0a7f3fe verified
raw
history blame
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