Open santi opened 7 months ago
Referencing https://github.com/testcontainers/testcontainers-python/issues/459 for context
would this have the potential to break existing code that depends on conventions from v3 and v4?
if i were to try to merge this, what should i keep in mind @santi ? Anything not already reflected here? I did a first pass and seems like i will have to revisit this several times in order to make sense of this fully...
also, like i asked above, is this breaking at all?
@alexanderankin Hey, sorry for the delay on this one. This is just a WIP draft that is not ready for a merge quite yet, and has probably drifted a bit from the main
branch. I intend on getting this one up-to-date this week, and do a nice write-up on the implications and document the intention behind the changes / API standardisation it introduces.
Aims for this PR:
_configure()
and_wait_until_ready()
hooks in baseDockerContainer
image to be used by all container implementations in need of a configuration and readiness step.DbContainer
class, as the two points above will render it redundant.