Skip to content

arghyadipchak/hasky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hasky

Commitizen friendly

Hasky is a Haskell grading module for Moody

Usage: hasky [OPTIONS] --input-file <INPUT_FILE> --test-cases <TEST_CASES>

Options:
  -i, --input-file <INPUT_FILE>
          Input file (moody compatible)
  -o, --output-file <OUTPUT_FILE>
          Output file [default: {input-file}_graded.yml]
  -m, --max-grade <MAX_GRADE>
          Maximum grade (equally divided among testcases) [default: assignment max grade]
  -n, --not-graded
          Do not mark as graded
  -f, --test-functions <TEST_FUNCTIONS>
          File containing testcases helper functions
  -c, --test-cases <TEST_CASES>
          File containing testcases
  -t, --timeout <TIMEOUT>
          Timeout for each test case (in secs)
  -w, --workers <WORKERS>
          No of workers to run [default: 1]
  -h, --help
          Print help