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
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ In order to run pgTAP tests with *pgtap-java*, you must extend the [PgTapTest](.
43
43
44
44
`PgTapTest` requires 3 constructor parameters:
45
45
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.
47
47
*`pgTapTestPath: Path` - the path to your pgTAP `.sql` test files
48
48
*`pgTapTmpPath: Path` - the path where the pgTAP `.sql` test files will be mounted inside the PostgreSQL container.
49
49
@@ -59,4 +59,4 @@ This project wouldn't exist without the work of [theory](https://github.com/theo
59
59
60
60
## License
61
61
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