Hook method for setting up the test fixture before exercising it.
(self)
| 490 | return _enter_context(cm, cls.addClassCleanup) |
| 491 | |
| 492 | def setUp(self): |
| 493 | "Hook method for setting up the test fixture before exercising it." |
| 494 | pass |
| 495 | |
| 496 | def tearDown(self): |
| 497 | "Hook method for deconstructing the test fixture after testing it." |