Skip to content

Commit

Permalink
Testcontainers for Java: Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl authored Apr 20, 2023
1 parent 169177d commit 3455e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/testcontainers/java/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ of examples you can explore here:
for running a test matrix on different versions of CrateDB, shared across multiple test
classes.
- ``TestSqlInitialization``: Demonstrate different ways how Testcontainers can run an init script after
the database container is started, but before your code is given a connection to it.
the database container is started, but before your code initiates a connection to it.

[1]: Sometimes, it might be useful to define a container that is only started once for
several test classes. There is no special support for this use case provided by
Expand Down

0 comments on commit 3455e77

Please sign in to comment.