18 releases (11 breaking)

0.11.0 Jul 1, 2020
0.9.0 May 13, 2020

#6 in #grade

MIT license

1MB
1.5K SLoC

Lab Grader

Testing Suite Latest Version License

Repostiroy User Documentation Rust Documentation

This is a Rust package ("crate") that automates a lot of the necessary steps for testing criteria, originally created to grade labs in technology management classes.

To be specific, the author (you, probably) will define "criteria", which are essentially tasks to be run. You can compile your program and distribute it (probably to students), and they can run the program, which then runs all the tasks (criteria) you built into it. It then sends a report back to a server that you host. Then you collect the results when necessary. This package provides all the tools necessary (including a preconfigured web server) to accomplish these tasks.

See the Example Grader in the book for a complete example. Links for the documentation above.

Dependencies

~17–30MB
~472K SLoC