| Tests |
test_milvus_client_highlighter.pyAdd
comprehensive LexicalHighlighter e2e test suite
tests/python_client/milvus_client/test_milvus_client_highlighter.py
- Create new test file with 1163 lines of comprehensive
highlighter test
cases - Implement
TestMilvusClientHighlighterInit class to initialize
collection with pre-defined test data including English, Chinese,
and long text samples - Implement
TestMilvusClientHighlighterValid class with 15+ test
methods covering basic usage, multiple tags, fragment parameters,
offsets, numbers, sentences, and language support - Implement
TestMilvusClientHighlighterInvalid class with 8+ test
methods validating error handling for invalid parameters and
configurations - Test highlighter with BM25 search, text
matching, and various analyzer
configurations
|
+1163/-0 |
|