Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: switch to fallible API (#636)
Closes #606 ## Migration guide - The easiest way to use `unwrap` or `expect` for all `testcontainers` operations. - or you can cast error if your tests are already `Result` based - The `Image::exec_after_start` method returns a `Result`, so if you have an implementation of `Image` that uses `exec_after_start`, it's important to handle possible errors (e.g required port not found)
- Loading branch information