FaceFusion-NextTech-2 / tests /test_wording.py
DegMaTsu's picture
Initial commit FaceFusion-NextTech-2
61cde45
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