/testing-inside-docker

Running python unittest inside docker runtime

Primary LanguagePython

Testing Inside Docker

Sample project to showcase doing unit testing inside docker container.

NOTE: I made changes to some maintainer information in the Dockerfile but credits should be given to the original author.

Building Docker Image

docker build -t py_unittest .

Running the Test

docker run --rm -it py_unittest .