File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Changes for Lovely Pytest Docker
2
2
3
- ## unreleased
3
+ ## 2022-12-22 / 0.3.1
4
4
5
5
- make auto generated project names compatible with docker-compose 2.5
6
6
7
- ## 2021/12/22 0.3.0
7
+ ## 2021-12-22 / 0.3.0
8
8
9
9
- add support for ` docker-compose stop `
10
10
- allow to set the timeout and retry interval when waiting for services
11
11
- added explicit dependency to six, which is no more required in newer pytest versions
12
12
13
- ## 2021/08/05 0.2.1
13
+ ## 2021-08-05 / 0.2.1
14
14
15
15
- explicitly set the project-directory in compose executors to allow older
16
16
compose versions to find ".env" files
17
17
see https://docs.docker.com/compose/environment-variables/#the-env-file
18
18
19
- ## 2020/10/06 0.2.0
19
+ ## 2020-10-06 / 0.2.0
20
20
21
21
- added url_checker method to create an url_checker for a specific path
22
22
23
- ## 2019/08/27 0.1.0
23
+ ## 2019-08-27 / 0.1.0
24
24
25
25
- added `` docker_services_project_name `` fixture in order to override the container
26
26
name prefix for started services.
27
27
28
- ## 2019/01/22 0.0.5
28
+ ## 2019-01-22 / 0.0.5
29
29
30
30
- python 2 runtime compatibility
31
31
32
- ## 2018/12/20 0.0.4
32
+ ## 2018-12-20 / 0.0.4
33
33
34
34
- make docker_ip a fixture to make it possible to override it per project
35
35
36
- ## 2018/01/21 0.0.3
36
+ ## 2018-01-21 / 0.0.3
37
37
38
38
- fixed wrong error handling when polling for docker up state
39
39
40
- ## 2018/01/10 0.0.2
40
+ ## 2018-01-10 / 0.0.2
41
41
42
42
- added exec method in Services class
43
43
- added possibility to use custom checker for wait_for_service method
44
44
45
- ## 2018/01/09 0.0.1
45
+ ## 2018-01-09 / 0.0.1
46
46
47
47
- initial version
You can’t perform that action at this time.
0 commit comments