MCPcopy
hub / github.com/nltk/nltk / test_longid_rejects_pure_digits

Method test_longid_rejects_pure_digits

nltk/test/unit/test_verbnet.py:69–70  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 assert self.longid_re.match("114-1") is None
68
69 def test_longid_rejects_pure_digits(self):
70 assert self.longid_re.match("37.10") is None
71
72 # -- shortid --
73 def test_shortid_dotted(self):

Callers

nothing calls this directly

Calls 1

matchMethod · 0.45

Tested by

no test coverage detected