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
feat(testcontainers): Add a working testcontainers implementation (#3)
* feat(testcontainers): Add a working testcontainers implementation
This commit adds a first implementation of the testcontainers support that covers basically all of the compliance tests.
The get_client() method is still commented out, as the client itself is not yet implemented as testing the client depends on this being merged.
Signed-off-by: Raphael Höser <[email protected]>
* chore(testcontainers): Add documentation to the container feature
Signed-off-by: Raphael Höser <[email protected]>
* fix(testcontainers): remove is_running method from testcontainers
Signed-off-by: Raphael Höser <[email protected]>
---------
Signed-off-by: Raphael Höser <[email protected]>
0 commit comments