Skip to content

dlitz/pytest-dbfixtures

 
 

Repository files navigation

pytest-dbfixtures

Tests for pytest-dbfixtures

Latest PyPI version

Number of PyPI downloads

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