Introduction

This project is an example for a python command-line application structure with a unit testing framework.

Prerequisites

Running the Application

docker-compose build
docker-compose run project <command line arguments>

Testing

docker-compose run test