Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testing: Add Testcontainer for MongoDB with improved configurability
It honors the `TC_KEEPALIVE` and `MONGODB_VERSION` environment variables. Defining `TC_KEEPALIVE` will set a signal not to shut down the container after running the test cases, in order to speed up subsequent invocations. `MONGODB_VERSION` will define the designated MongoDB version, which is useful when used within a test matrix. Its default value is `latest`.
- Loading branch information