fau-cs6-kddmue-submissions/GitHub Classroom - Custom Python Autograder
A custom plugin for GitHub Classroom that runs Python tests and reports the results. In comparison to the default Python Autograder, this plugin does work with far more test cases, since it does not report the exact test code and test output, but only the most important information.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| timeout | Duration (in minutes) before the test is terminated. Defaults to 10 minutes with a maximum limit of 60 minutes. | yes | 10 |
| max-score | The maximum amount of points a student can receive for this test. | yes | — |
| setup-command | Command to execute prior to the test, typically for environment setup or dependency installation. | no | — |
| test-path | Path to the test file or directory. | no | — |
Outputs
| name | description |
|---|---|
| result | Runner output |