This is a fuel rate calculating project By Stella, Jack, and Evan in Group 8
Instructions to run locally
Instruction to see code coverage:
Run commond in terminal below
coverage report
If you wish to see a more detailed report, run above two line then run the following line:
coverage html
Then open htmlcov/index.html in your browser, to see the report in HTML format.
—————————————————————————————————————————————