jet/tests/init
Eli Ribble 34e5dcbb17
All checks were successful
/ test (push) Successful in 3s
Switch to hosting on source.gleipnir.technology
2026-05-14 16:26:47 +00:00
..
init.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
Readme.md Add support for running integration tests with dockerized test databases. 2021-12-17 16:59:43 +01:00

The init command can be used to initialize test databases on the local host machine, if needed. Update dbconfig with your local database parameters.

The recommended way to initialize test databases is by a docker container. See tests Readme.md.