vdirsyncer/tests/storage/dav/servers/skip/__init__.py
Markus Unterwaditzer c812b5d50f Stylefix
2015-07-26 13:51:14 +02:00

8 lines
139 B
Python

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