Add support for running integration tests with dockerized test databases.
This commit is contained in:
parent
4d5abc85c6
commit
972fc1d9bf
13 changed files with 210 additions and 67 deletions
6
tests/init/Readme.md
Normal file
6
tests/init/Readme.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
The `init` command can be used to initialize test databases on the local host machine, if needed.
|
||||
Update [dbconfig](../dbconfig/dbconfig.go) with your local database parameters.
|
||||
|
||||
The recommended way to initialize test databases is by a docker container.
|
||||
See tests [Readme.md](../Readme.md).
|
||||
Loading…
Add table
Add a link
Reference in a new issue