mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
Explicitly catch warning in test
This commit is contained in:
parent
1b0bbe4b76
commit
9a849fe54e
|
@ -154,6 +154,7 @@ def test_append_alias(nlp):
|
|||
assert len(mykb.get_candidates("douglas")) == 3
|
||||
|
||||
# append the same alias-entity pair again should not work (will throw a warning)
|
||||
with pytest.warns(UserWarning):
|
||||
mykb.append_alias(alias="douglas", entity="Q1", prior_prob=0.3)
|
||||
|
||||
# test the size of the relevant candidates remained unchanged
|
||||
|
|
Loading…
Reference in New Issue
Block a user