WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 567fa09

Browse files
committed
Version 0.12.0
1 parent ec36f56 commit 567fa09

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Changelog
22

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+
38
## Version 0.11.0
49
Changes:
5-
- Add support for `pytest` v7
10+
- Add support for `pytest` v7 (contributed by @skshetry)
611

712
## Version 0.10.3
813
Changes:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pytest-docker
3-
version = 0.11.0
3+
version = 0.12.0
44
description = Simple pytest fixtures for Docker and docker-compose based tests
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)