We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec36f56 commit 567fa09Copy full SHA for 567fa09
CHANGELOG.md
@@ -1,8 +1,13 @@
1
# Changelog
2
3
+## Version 0.12.0
4
+Changes:
5
+- Add `docker_setup` fixture to allow custom setup actions for docker-compose
6
+(contributed by @raddessi)
7
+
8
## Version 0.11.0
9
Changes:
-- Add support for `pytest` v7
10
+- Add support for `pytest` v7 (contributed by @skshetry)
11
12
## Version 0.10.3
13
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pytest-docker
-version = 0.11.0
+version = 0.12.0
description = Simple pytest fixtures for Docker and docker-compose based tests
long_description = file: README.md
long_description_content_type = text/markdown
0 commit comments