From ae7fd76c61f6e702e8a5208c8084f61772370354 Mon Sep 17 00:00:00 2001 From: LeeCQ Date: Sat, 2 Mar 2024 21:34:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_worker.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/test_worker.py b/tests/test_worker.py index 494f281..a2dc0bd 100644 --- a/tests/test_worker.py +++ b/tests/test_worker.py @@ -9,16 +9,15 @@ import sys import pytest -from alist_sdk.path_lib import PureAlistPath, AlistPath, login_server +from alist_sdk.path_lib import login_server -from alist_sync.d_worker import Worker, Workers +from alist_sync.d_worker import Worker from alist_sync.config import create_config -sync_config = create_config() - @pytest.mark.skip() def test_worker_copy(): + sync_config = create_config() docs = { # "_id": "013ac712314196a73bc97baba0e0cb97f769140b", "backup_dir": None,