compscirocks/GitHub Classroom Python unittest Autograder
A GitHub Action for running Python unittests in a GitHub Classroom assignment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| test-name | Unique identifier for this test | yes | — |
| setup-command | The command to run before running the tests | no | "" |
| timeout | The maximum time in minutes to run the tests | no | 2 |
| test-class | The name of the test class to run, including the filename. Will discover if empty | no | "" |
| max-score | The maximum score for this test | no | 0 |
| partial-credit | Whether to give partial credit for passing some tests | no | true |
| test-dir | The directory containing the tests | no | "" |
| timezone | The timezone to use for the timestamp | no | America/Chicago |
Outputs
| name | description |
|---|---|
| result | The result of the autograder |