Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.84 KB

README.rst

File metadata and controls

60 lines (39 loc) · 1.84 KB

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 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