Raphtalia / tests /test_wording.py
Premo4153's picture
Upload 48 files
1a07caf 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