(cls)
| 160 | class SearchOperatorTest(unittest.TestCase): |
| 161 | @classmethod |
| 162 | def setUpClass(cls): |
| 163 | super().setUpClass() |
| 164 | tests_config.parse_args() |
| 165 | |
| 166 | # The search command extends the rules engine into being a recursive descent |
| 167 | # parser. As such, its tests are much more complex than other commands, so we |
nothing calls this directly
no outgoing calls
no test coverage detected