Commit 08916c8
fix(core): add empty _configure to DockerContainer (#556)
I've used DbContainer in the past as a parent to a class where I
redefined `_configure()` and did not redefine `start()`. I'm now using
DockerContainer and wanted to follow the same pattern but it doesn't
have a `_configure()` function called in `start()`. I figure this gives
the easy option without being invasive?
tests pass
---------
Co-authored-by: David Ankin <daveankin@gmail.com>1 parent 3c8006c commit 08916c8
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
179 | 184 | | |
180 | 185 | | |
181 | 186 | | |
| |||
0 commit comments