MCPcopy Index your code
hub / github.com/RustPython/RustPython / setUp

Method setUp

Lib/test/test_global.py:11–13  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9class 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

Callers

nothing calls this directly

Calls 2

check_warningsFunction · 0.90
enterContextMethod · 0.80

Tested by

no test coverage detected