mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 17:31:41 +00:00
relax the test that assumed the Chinese list has few ASCII words
This commit is contained in:
parent
ad0f046f47
commit
42efcfc1ad
@ -177,7 +177,7 @@ def test_not_really_random():
|
|||||||
|
|
||||||
def test_not_enough_ascii():
|
def test_not_enough_ascii():
|
||||||
with pytest.raises(ValueError):
|
with pytest.raises(ValueError):
|
||||||
random_ascii_words(lang='zh', bits_per_word=14)
|
random_ascii_words(lang='zh', bits_per_word=16)
|
||||||
|
|
||||||
|
|
||||||
def test_arabic():
|
def test_arabic():
|
||||||
|
Loading…
Reference in New Issue
Block a user