facefusion / tests /test_wording.py
Rohit Kochikkat Francis
Git LFS
e7cae83
raw
history blame contribute delete
No virus
175 Bytes
from facefusion import wording
def test_get() -> None:
assert wording.get('python_not_supported')
assert wording.get('help.source')
assert wording.get('invalid') is None