mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-26 09:05:50 +00:00
8 lines
139 B
Python
8 lines
139 B
Python
import pytest
|
|
|
|
|
|
class ServerMixin(object):
|
|
|
|
@pytest.fixture
|
|
def get_storage_args(self):
|
|
pytest.skip('DAV tests disabled.')
|