mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2026-01-18 16:10:44 +08:00
fix: import error
This commit is contained in:
parent
9b15482a15
commit
5499320723
@ -1,8 +1,10 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""Pytest fixtures."""
|
"""Pytest fixtures."""
|
||||||
|
import random
|
||||||
import shutil
|
import shutil
|
||||||
import pytest
|
import pytest
|
||||||
from os import path, makedirs
|
from os import path, makedirs
|
||||||
|
from uuid import uuid4
|
||||||
|
|
||||||
TEST_ROOT_PATH: str = path.dirname(path.abspath(__file__))
|
TEST_ROOT_PATH: str = path.dirname(path.abspath(__file__))
|
||||||
TEST_FILES_PATH: str = path.join(TEST_ROOT_PATH, 'miot')
|
TEST_FILES_PATH: str = path.join(TEST_ROOT_PATH, 'miot')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user