adwasser / grader

tools for grading coding assignments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grader

tools for grading coding assignments

autograde.py

This will blindly run whatever scripts are in studentDirectory. This is probably a bad idea, don't do this.

usage: autograde.py [-h] studentDirectory expectedDirectory

Automagically run python scripts and diff their outputs.

positional arguments:
  studentDirectory   directory with student scripts
  expectedDirectory  directory with expected outputs

About

tools for grading coding assignments

License:GNU General Public License v3.0


Languages

Language:Python 100.0%