Databases fixtures plugin for py.test.
Project description
pytest-dbfixtures
Package 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
CHANGES
0.8.2
Use port number in default RabbitMQ node name.
This allows using just the port=’?’ argument to rabbitmq_proc to run multiple independent RabbitMQ instances for use with xdist to parallelize tests on a single machine.
Old versions of Redis notification
displays a message about old version of redis
0.8.1
Feature: random ports selection Adds a possibility of passing ‘?’ in port= argument of process fixtures.
Removes ‘port’ from db fixtures
Fixes postgres missing host - previously using config.postgresql.unixsocketdir
0.7.0
redisdb fixture allows to specify client connection class
redisdb fixture uses now StrictRedis by default (backward incompatible)
0.6.0
replaced MySQLdb with it’s fork mysqlclient - compatibility with python3
renamed mysqldb fixture to mysql to keep it consistent with other client fixtures.
replaced pika with python 3 compatible rabbitpy
removed deprecated mysqldb_session/mysql_session
bugfix of rabbitmq fixture: cast rabbitmq queues and exchanges to str due to pamq having problems
internal changes: removed GentleKillingExecutor as mirakuru already implements same functionality
0.5.2
syntax fixes for python 3
moved postgresql starting code into it’s own executor
xdist distributed hosts testing bugfix (but xdist parallelization on one host won’t work)
0.5.1
make rabbitmq logs persistent
0.5.0
update mirakuru to min 0.2
os.killpg to terminate process
add tests coverage on coveralls
0.4.22
remove creating old RABBITMQ env variables
0.4.21
remove elasticsearch home folder at process teardown
set elasticsearch index.store.type to memory by default
localized elasticsearch instance by default
replaced summon_process with mirakuru
0.4.20
RabbitMQ process fixture is session scoped
rabbitmq fixture factory accepts custom teardown
0.4.19
StopRunningExecutor to simply return if process had been already killed.
0.4.18
MongoDB fixtures can be now initialized by factories
0.4.17
Bugfix: params in redis fixture
0.4.16
Add params to mysql fixture
0.4.15
Client fixtures now check if process (process fixture) is running before every test and starts process if it was terminated after previous test.
0.4.14
Bugfix: Now we don’t overwrite postgresql config in postgres_proc
0.4.13
Bugfix of rabbitmq_proc fixture - now it works with scope=function
0.4.12
Overrides SimpleExecutor’s behavior with a try of more gentle terminating subprocess before killing it.
Deprecate scope for mysqldb fixture and change it to function by default.
RabbitMQ factories support (multiple rabbit fixtures).
0.4.10
Postgresql multiple versions proper support
Default timeouts and waits for process executors
0.4.8
introduced Elasticsearch fixture
0.4.6
mysql fixture now uses factories
0.4.4
postgresql fixtures and fixture factories
small code quality improvements
pylama code check
0.4.3
splits rabbitmq fixture into process/client fixtures
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file pytest-dbfixtures-0.8.2.tar.gz
.
File metadata
- Download URL: pytest-dbfixtures-0.8.2.tar.gz
- Upload date:
- Size: 19.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f0f95bd0f99e3903eb781e4542ccfee63c88baa234dd1e27529cc8aca687993 |
|
MD5 | 7b1cf162ab8442be351833cf471e73d7 |
|
BLAKE2b-256 | f6e92245df29a6a35a3a5fa31c733408c353088c6372161bbdcfb62c7fb620b7 |
File details
Details for the file pytest_dbfixtures-0.8.2-py3-none-any.whl
.
File metadata
- Download URL: pytest_dbfixtures-0.8.2-py3-none-any.whl
- Upload date:
- Size: 33.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db9a2e551c99de62f67e74d42b73f754267d2f9d6a8c4e39d82274ef0dd9edf2 |
|
MD5 | 0cd32467729b8ba5c582587b673d0e7e |
|
BLAKE2b-256 | 13b283807581cdb4857a5f23ac0096df6ff1e8931b4d76bf6dc300caa9ab4c48 |
File details
Details for the file pytest_dbfixtures-0.8.2-py2-none-any.whl
.
File metadata
- Download URL: pytest_dbfixtures-0.8.2-py2-none-any.whl
- Upload date:
- Size: 33.0 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 291ad981de4ca2fa856094ca2b6d29676468bf5c823b0e403fa47b27383b3227 |
|
MD5 | 7bb2a3dfc144c07a7a95c8c92e5b7e7e |
|
BLAKE2b-256 | 29e9c97697fed68668ec12617854398cef32ed411579ac0632c9752f89a92cf1 |