Commit Graph

4 Commits (23efe488698ec36ebe171d5f7080cda3146c92cb)

Author SHA1 Message Date
Vinícius Garcia e5e786cf4b Simplify TestMain 2021-12-22 17:56:51 -03:00
Vinícius Garcia 914c351bcc Add docker-test support for SQLServer
This commit adds the last step for running all integration tests
with zero database setup =]
2021-12-15 00:14:32 -03:00
Vinícius Garcia fe464a217c Add docker test support for mysql 2021-12-14 23:55:49 -03:00
Vinícius Garcia 45edd4b1dd Add docker test setup for postgres
Before this commit the user would need to setup a local postgres
database manually in order to run the tests.

Now we are setting it up using docker-test which makes it easier.

We still require manual setup of sqlserver and mysql databases,
we'll fix these soon so that running the tests become trivial.
2021-12-14 23:34:26 -03:00