vdirsyncer/tests/storage/servers/skip/__init__.py

9 lines
166 B
Python

from __future__ import annotations
import pytest
class ServerMixin:
@pytest.fixture
def get_storage_args(self):
pytest.skip("DAV tests disabled.")