Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 388 Bytes

main.rst

File metadata and controls

14 lines (9 loc) · 388 Bytes

Command-Line Interface

Grade is executable as a module, similarly to coverage.

You can control what gets executed, and how it gets reported quite easily:

python -m grade run
python -m grade report --format markdown

For full details on the command line interface, run python -m grade --help