kbastani/event-sourcing-microservices-example

unit tests shouldn't require docker

Closed this issue Β· 6 comments

There's many situations in which somebody may want to run mvn test without docker installed, currently a lot of the tests are wired up to use docker images for database etc, we should be able to use in-memory ones (H2 for postgres, etc ) and remove the hard requirement on docker for basic unit testing.

TODO: Reminder to attribute @bsideup in the test container classes.

@kbastani I appreciate it, but no need to ☺️

What if people come asking questions!? :-)

@kbastani figure it out! You are the Architecture CTO an engineer :D

I am going to close this issue. The example project does require docker.