0.0.2 • Published 6 years ago

grade-overlay v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Programmatic Directory Overlays

Useful for automatic grading when you want to ensure that students have not modified the test files or other important components of the trusted testing code base: Makefiles, other components of the build system, scoring logic, etc. To ensure this, you overlay portions from a trusted repository on top of the student submission before beginning grading.

Use Cases

Run from the command line:

$ overlay <configuration.yaml> <onto>