Skip to content

modo27/ride-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages