royge / testing-inside-docker

Running python unittest inside docker runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

Running python unittest inside docker runtime


Languages

Language:Python 100.0%