Skip to main content

Mock implementation of aioredis

Project description

Mock library to replace aioredis during unit tests

Build Status

mockaioredis is to aioredis what the mockredispy library is to plain redis-py. It uses the mockredispy library and wraps it in the asyncio magic required to work like aioredis.

Uses the new async keyword for Python 3.5, so no 3.4 support.

Beware: This is an early alpha that isn't even close to API-complete. In fact, so far it only supports the limited set of calls I needed for another project. Eventually, as I use more and more aioredis calls in my other projects, this mock layer will be fleshed out more.

Installation

You can install mockaioredis from PYPI by running pip install mockaioredis.

If you want to update an existing install, run pip install --update mockaioredis.

You can also clone this repository from github and run pip install . from the repository base directory.

Usage

You can use it as a fixture using pytest-mock

import mockaioredis

@pytest.fixture(autouse=True)
def redis(mocker):
    """Mock Redis."""
    mocker.patch.object(aioredis, 'create_pool', new=mockaioredis.create_pool)

License

Like mockredispy, mockaioredis is licensed under the Apache License, Version 2.0. See LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mockaioredis-0.0.16.tar.gz (9.3 kB view details)

Uploaded Source

Built Distribution

mockaioredis-0.0.16-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

Details for the file mockaioredis-0.0.16.tar.gz.

File metadata

  • Download URL: mockaioredis-0.0.16.tar.gz
  • Upload date:
  • Size: 9.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for mockaioredis-0.0.16.tar.gz
Algorithm Hash digest
SHA256 d30d13e4f4312a2edae985dca2a8827f8c58ca0e64240f364530d182ede804fe
MD5 9ae60e1ce606bd163f820249634334c9
BLAKE2b-256 a1bb29b47ffe1765adcb2e01b6a43f0153b5bf32d13fd307d32ab71f5745b0ad

See more details on using hashes here.

File details

Details for the file mockaioredis-0.0.16-py3-none-any.whl.

File metadata

  • Download URL: mockaioredis-0.0.16-py3-none-any.whl
  • Upload date:
  • Size: 14.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for mockaioredis-0.0.16-py3-none-any.whl
Algorithm Hash digest
SHA256 46ec714d905eb62f35b12254bd8a892f5b5a11c6de77dd155d99d872e274a80b
MD5 dc9e530f74e8eb98a1eb9c8716ce3c79
BLAKE2b-256 e50ca42084a6924795acf869e26bbd8637560b6f22b8e3f2ce93aac1a91b732f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page