Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 480 Bytes

File metadata and controls

16 lines (8 loc) · 480 Bytes

Gradeomatic!

This is a simple python command line program with a supporting temperature conversion class/library.

In order to install the program clone the repository onto a machine that has python 3.5 installed.

You can run the tests by executing:

python test_grader.py

To run the CLI program to check student's work:

python gradeomatic.py <orig_temp> <orig_scale> <dest_scale> <student_answer>

The program will respond with correct, incorrect, or invalid.