Devops
Running unittests from inside the docker container
Suppose you have an application where you need to run your unit tests. The directory structure looks something like this but honestly it doesn’t matter as long as it is somewhere inside your code folder. Once you have written you unit tests(In this w have written integration and system tests) Read more…