fix: import error

This commit is contained in:
topsworld 2025-01-13 09:37:05 +08:00
parent 9b15482a15
commit 5499320723

View File

@ -1,8 +1,10 @@
# -*- coding: utf-8 -*-
"""Pytest fixtures."""
import random
import shutil
import pytest
from os import path, makedirs
from uuid import uuid4
TEST_ROOT_PATH: str = path.dirname(path.abspath(__file__))
TEST_FILES_PATH: str = path.join(TEST_ROOT_PATH, 'miot')