Skip to content

Commit

Permalink
移除测试
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-cq committed Mar 2, 2024
1 parent c50918d commit 0eccdba
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tests/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@
import sys
import pytest

from alist_sdk.path_lib import PureAlistPath, AlistPath, login_server

from alist_sync.d_worker import Worker, Workers
from alist_sync.config import create_config

sync_config = create_config()
from alist_sdk.path_lib import login_server


@pytest.mark.skip()
def test_worker_copy():
from alist_sync.d_worker import Worker
from alist_sync.config import create_config

sync_config = create_config()
docs = {
# "_id": "013ac712314196a73bc97baba0e0cb97f769140b",
"backup_dir": None,
Expand Down

0 comments on commit 0eccdba

Please sign in to comment.