MCPcopy
hub / github.com/MemPalace/mempalace / test_tokenize_handles_none

Method test_tokenize_handles_none

tests/test_searcher.py:319–322  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

317 """
318
319 def test_tokenize_handles_none(self):
320 from mempalace.searcher import _tokenize
321
322 assert _tokenize(None) == []
323
324 def test_tokenize_handles_empty_string(self):
325 from mempalace.searcher import _tokenize

Callers

nothing calls this directly

Calls 1

_tokenizeFunction · 0.90

Tested by

no test coverage detected