deepfuze
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from deepfuze import wording
|
||||
|
||||
|
||||
def test_get() -> None:
|
||||
assert wording.get('python_not_supported')
|
||||
assert wording.get('help.source')
|
||||
assert wording.get('invalid') is None
|
||||
Reference in New Issue
Block a user