pytest docker fixtures
Project description
Provide various service pytest fixtures.
Install
pip install pytest-docker-fixtures
Usages
In your conftest.py, add the following:
pytest_plugins = [‘pytest_docker_fixtures’]
And to use the fixtures:
- def test_foobar(redis):
pass
Available fixtures
PRs welcome!
redis
etcd
pg(require to be installed with pip install pytest-docker-fixtures[pg])
cockroach(require to be installed with pip install pytest-docker-fixtures[pg])
es
cockroach
kafka
minio
rabbitmq
Configuring custom images
You can also configure custom images to use:
from pytest_docker_fixtures import images images.configure( 'elasticsearch', 'docker.elastic.co/elasticsearch/elasticsearch-platinum', '6.2.4', env={}, options={})
1.3.0 (2019-04-05)
Be able to configure more of image [vangheem]
Make sure ImportError is bubbled [vangheem]
1.2.10 (2019-02-28)
minio: configure a custom version of the image doesn’t work [masipcat]
minio: check() fails because Minio responds with status 403 [masipcat]
1.2.9 (2019-01-09)
Fix Minio returning port = None [masipcat]
1.2.8 (2019-01-03)
Add support for Minio [masipcat]
1.2.7 (2018-11-19)
ensure Kafka is available [ableeb]
1.2.6 (2018-11-15)
Fix use of optional dependency [vangheem]
1.2.5 (2018-11-13)
Add support for Kafka [ableeb]
1.2.4 (unreleased)
Add support for RabbitMQ [davidonna]
1.2.3 (2018-06-10)
bump
1.2.2 (2018-05-06)
Fix es when using 6 [vangheem]
1.2.1 (2018-05-05)
Fix Elasticsearch image [vangheem]
1.2.0 (2018-05-05)
Be able to configure custom docker images [vangheem]
1.1.0 (2018-04-03)
Add Elasticsearch fixture [vangheem]
1.0.1 (2018-03-12)
release
1.0.0 (2018-03-12)
initial release
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 Distribution
Hashes for pytest-docker-fixtures-1.3.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | adc812548010d1efd34a43b45ef1c89076e7d50174dffefa9a31bc07a7c2c2d6 |
|
MD5 | 50e6b5746415d4563f9bd96c74f9bdbd |
|
BLAKE2b-256 | 207c3c2f3863f799cfd0754171c9b7fcecc20eda9f7374332b05a95c77b48b93 |
Hashes for pytest_docker_fixtures-1.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92a6e810fd49fdc5774d8396b99c6905f2ed05de9845b70bb82b3591e7d78182 |
|
MD5 | d0a5b1ce86513a945a0a0482af12b4fd |
|
BLAKE2b-256 | 74d320042db7f77c88f10b6d535b65930fd55d38178a401752c3827223ee2d44 |