facefunsion / tests /test_wording.py
Hansonwong47's picture
Upload 175 files
872d0d8 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