bash run.sh
python3 -m main sample_input/input1.txt
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
bash run.sh
python3 -m main sample_input/input1.txt
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