classroom-resources/GitHub Classroom Python Grader
A plugin for GitHub Classroom's Autograder using pytest to ensure student executables output the correct values on tests.
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. | no | — |
| setup-command | Command to execute prior to the test, typically for environment setup or dependency installation. | no | — |
Outputs
| name | description |
|---|---|
| result | Runner output |