Use TestCase.addCleanup (#36560)
This commit is contained in:
parent
85ba29012f
commit
c33edbe5bb
103 changed files with 179 additions and 254 deletions
|
@ -33,8 +33,9 @@ class TestWeather(unittest.TestCase):
|
|||
self.hass, weather.DOMAIN, {"weather": {"platform": "demo"}}
|
||||
)
|
||||
self.hass.block_till_done()
|
||||
self.addCleanup(self.tear_down_cleanup)
|
||||
|
||||
def tearDown(self):
|
||||
def tear_down_cleanup(self):
|
||||
"""Stop down everything that was started."""
|
||||
self.hass.stop()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue