mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
9 lines
166 B
Python
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.")
|