Skip to content

mmaslowskicc/pytest-dbfixtures

 
 

Repository files navigation

pytest-dbfixtures

Latest PyPI version Documentation Status Wheel Status Supported Python Versions License

Package status

Tests Coverage Status Requirements Status

Overview

py.test clean fixtures for: postgresql, mysql, redis, mongo, elasticsearch, dynamodb and rabbitmq.

Starts specific database deamon and cleanup all data produced during tests.

Install

$ pip install --upgrade pytest-dbfixtures

How to use

Please see documentation