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

Method setUp

Lib/unittest/case.py:499–501  ·  view source on GitHub ↗

Hook method for setting up the test fixture before exercising it.

(self)

Source from the content-addressed store, hash-verified

497 return _enter_context(cm, cls.addClassCleanup)
498
499 def setUp(self):
500 "Hook method for setting up the test fixture before exercising it."
501 pass
502
503 def tearDown(self):
504 "Hook method for deconstructing the test fixture after testing it."

Callers 1

_callSetUpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected