Skip to content

pwilczynskiclearcode/pytest-dbfixtures

 
 

Repository files navigation

pytest-dbfixtures

Latest PyPI version

Documentation Status

Number of PyPI downloads

Wheel Status

Egg Status

License

Package status

Tests

Coverage Status

Requirements Status

Overview

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

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

Install

bash

$ pip install --upgrade pytest-dbfixtures

How to use

Please see documentation