racuna1 / shoggoth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shoggoth

A Gradescope compatible tool for performing automatic assessment of Java homework, using static and dynamic analysis.

Features

  • Checks for missing file and alerts submitter.
  • Checks for file that doesn't compile and alerts submitter.
  • Allows required and optional files.
  • Enforces a package whitelist.
  • Enforces constant time for specific methods.
  • Enforces linear time for specific methods.
  • Runs checkstyle on code.

About


Languages

Language:Python 95.4%Language:Shell 4.6%