(self)
| 51 | self.fail("Expected OSError") |
| 52 | |
| 53 | def test_wmi_query_repeated_error(self): |
| 54 | for _ in range(10): |
| 55 | self.test_wmi_query_error() |
| 56 | |
| 57 | def test_wmi_query_not_select(self): |
| 58 | # Queries other than SELECT are blocked to avoid potential exploits |
nothing calls this directly
no test coverage detected