(self)
| 61 | |
| 62 | class TestMatchEvaluatorUtil(UnitTest): |
| 63 | def setUp(self): |
| 64 | self.match_evaluator = MatchEvaluatorUtil(self) |
| 65 | |
| 66 | def test_unsetOrMatches(self): |
| 67 | spec: dict[str, Any] = {"$$unsetOrMatches": {"y": {"$$unsetOrMatches": 2}}} |
nothing calls this directly
no test coverage detected