Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Remove testing of RedisClusterMgt
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Apr 21, 2016
1 parent 5a449cc commit f2df6b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.
10 changes: 1 addition & 9 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import json

# rediscluster imports
from rediscluster import StrictRedisCluster, RedisCluster, RedisClusterMgt
from rediscluster import StrictRedisCluster, RedisCluster

# 3rd party imports
import pytest
Expand Down Expand Up @@ -148,11 +148,3 @@ def sr(request, *args, **kwargs):
Returns a instance of StrictRedisCluster
"""
return _init_client(request, reinitialize_steps=1, cls=StrictRedisCluster, **kwargs)


@pytest.fixture()
def rcm(request, *args, **kwargs):
"""
Returns a instance of RedisClusterMgt
"""
return _init_mgt_client(request, cls=RedisClusterMgt, decode_responses=True, **kwargs)
33 changes: 0 additions & 33 deletions tests/test_redis_cluster_mgt.py

This file was deleted.

0 comments on commit f2df6b8

Please sign in to comment.