Use TestCase.addCleanup (#36560)

This commit is contained in:
Paulus Schoutsen
2020-06-08 12:26:40 -07:00
committed by GitHub
parent 85ba29012f
commit c33edbe5bb
103 changed files with 179 additions and 254 deletions

View File

@@ -25,10 +25,7 @@ class TestProximity(unittest.TestCase):
"zoning",
{"name": "work", "latitude": 2.3, "longitude": 1.3, "radius": 10},
)
def tearDown(self):
"""Stop everything that was started."""
self.hass.stop()
self.addCleanup(self.hass.stop)
def test_proximities(self):
"""Test a list of proximities."""