Getting Started
Guides & Examples
Project Information
API Reference
Classes
TestMatcher([methodName])
TestMatcher
Unit tests for the matcher utility module.
Bases: TestCase
TestCase
Test basic term matching (case-insensitive, whole words).
Test case-insensitivity of term matching.
Test that partial word matches are not returned.
Test behavior with empty text or term lists.
Test finding all matches for given patterns.
Test when no patterns match the text.