Files
facefusion/tests/test_wording.py
T
Henry Ruhs 32cbf0ca5b Update help message for arguments, Notation based wording approach (#347)
* Update help message for arguments, Notation based wording approach

* Fix installer
2024-01-28 10:49:44 +01:00

8 lines
175 B
Python

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