vdirsyncer/tests/storage/servers/skip/__init__.py
2015-09-24 17:01:23 +02:00

8 lines
139 B
Python

import pytest
class ServerMixin(object):
@pytest.fixture
def get_storage_args(self):
pytest.skip('DAV tests disabled.')