Skip to content
Snippets Groups Projects
Commit 22c617ca authored by Erik Reid's avatar Erik Reid
Browse files

pep8

parent 2f2d44b5
Branches
Tags
No related merge requests found
...@@ -203,6 +203,7 @@ class MockedRedis(object): ...@@ -203,6 +203,7 @@ class MockedRedis(object):
def keys(self, *args, **kwargs): def keys(self, *args, **kwargs):
return list([k.encode("utf-8") for k in MockedRedis.db.keys()]) return list([k.encode("utf-8") for k in MockedRedis.db.keys()])
@pytest.fixture @pytest.fixture
def client_with_mocked_data(mocker, client): def client_with_mocked_data(mocker, client):
mocker.patch( mocker.patch(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment