1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Reorg tests folder

This commit is contained in:
Paulus Schoutsen
2015-07-26 10:17:01 +02:00
parent fed36d2cd0
commit 0c56fde5a9
29 changed files with 14 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ import unittest
import homeassistant.loader as loader
import homeassistant.components.http as http
from helpers import get_test_home_assistant, MockModule
from common import get_test_home_assistant, MockModule
class TestLoader(unittest.TestCase):