Skip to content

MoravianUniversity/redis_testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redis_testing

A repo that demonstrates how to use the fakeredis for testing.

Setup

  • Create a virtual environment

    python3 -m venv .venv

  • Activate the virtual environment

    source .venv/bin/activate

  • Install libraries

    pip install -r requirements.txt

  • Run the tests

    pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages