(self)
| 9 | class GlobalTests(unittest.TestCase): |
| 10 | |
| 11 | def setUp(self): |
| 12 | self.enterContext(check_warnings()) |
| 13 | warnings.filterwarnings("error", module="<test string>") |
| 14 | |
| 15 | # TODO: RUSTPYTHON |
| 16 | @unittest.expectedFailure |
nothing calls this directly
no test coverage detected