1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

Clean up tests (#4209)

This commit is contained in:
Paulus Schoutsen
2016-11-03 21:58:18 -07:00
committed by GitHub
parent 6f68752d1e
commit e88b98f5fa
11 changed files with 42 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ import json
from datetime import datetime, timedelta
import unittest
from homeassistant.core import callback
from homeassistant.const import MATCH_ALL
from homeassistant.components import recorder
from homeassistant.bootstrap import setup_component
@@ -110,6 +111,7 @@ class TestRecorder(unittest.TestCase):
events = []
@callback
def event_listener(event):
"""Record events from eventbus."""
if event.event_type == event_type: