Skip to content

Commit d50f38a

Browse files
Add details of pgTAP container image
1 parent 9623021 commit d50f38a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In order to run pgTAP tests with *pgtap-java*, you must extend the [PgTapTest](.
4343

4444
`PgTapTest` requires 3 constructor parameters:
4545

46-
* `database: PostgreSQLContainer<?>` - a [Testcontainers PostgreSQL](https://java.testcontainers.org/modules/databases/postgres/) database container.
46+
* `database: PostgreSQLContainer<?>` - a [Testcontainers PostgreSQL](https://java.testcontainers.org/modules/databases/postgres/) database container. This container image must have pgTAP preinstalled. See our [postgres-with-pgtap](https://github.com/opencastsoftware/postgres-with-pgtap/blob/main/Containerfile) Containerfile for an example of how you can do that.
4747
* `pgTapTestPath: Path` - the path to your pgTAP `.sql` test files
4848
* `pgTapTmpPath: Path` - the path where the pgTAP `.sql` test files will be mounted inside the PostgreSQL container.
4949

@@ -59,4 +59,4 @@ This project wouldn't exist without the work of [theory](https://github.com/theo
5959

6060
## License
6161

62-
All code in this repository is licensed under the Apache License, Version 2.0. See [LICENSE](./LICENSE).
62+
All code in this repository is licensed under the Apache License, Version 2.0. See [LICENSE](./LICENSE).

0 commit comments

Comments
 (0)