Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 329 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 329 Bytes

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