Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 350 Bytes

ReadMe.md

File metadata and controls

13 lines (10 loc) · 350 Bytes

How to execute sample inputs

bash run.sh

To execute a single input file

python3 -m main sample_input/input1.txt

How to execute the unit tests

python3 -m unittest discover will execute the unit test cases.

The unit test coverage is found by the command : coverage run -m unittest discover

To see coverage report coverage report-m