mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Reformat everything.
This commit is contained in:
4
tests/unit/plugins/cache/test_memcached.py
vendored
4
tests/unit/plugins/cache/test_memcached.py
vendored
@@ -7,11 +7,11 @@ from __future__ import annotations
|
||||
|
||||
import pytest
|
||||
|
||||
pytest.importorskip('memcache')
|
||||
pytest.importorskip("memcache")
|
||||
|
||||
from ansible.plugins.loader import cache_loader
|
||||
from ansible_collections.community.general.plugins.cache.memcached import CacheModule as MemcachedCache
|
||||
|
||||
|
||||
def test_memcached_cachemodule():
|
||||
assert isinstance(cache_loader.get('community.general.memcached'), MemcachedCache)
|
||||
assert isinstance(cache_loader.get("community.general.memcached"), MemcachedCache)
|
||||
|
||||
Reference in New Issue
Block a user