You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2021. It is now read-only.
@@ -70,8 +70,6 @@ Example `docker-compose.test.yml` file for a Django app that depends on a Redis
70
70
environment:
71
71
- REDIS_PASS=password
72
72
73
-
To speed up testing, you can replace `build: .` in your `sut` service with `image: this`, which is the name of the image that is built just before running the tests. This way you can avoid building the same image twice.
0 commit comments