Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
I refactored the MongoDB test code to use EmbedMongo (1). Skipping all tests when there is no MongoDB server available was like having no tests at all .
EmbedMonbgo starts real MongoDB process on the random free port and keeps it running for the time of the tests.
(1) https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo