compscirocks/GitHub Classroom Python unittest Autograder

A GitHub Action for running Python unittests in a GitHub Classroom assignment

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
test-nameUnique identifier for this testyes
setup-commandThe command to run before running the testsno""
timeoutThe maximum time in minutes to run the testsno2
test-classThe name of the test class to run, including the filename. Will discover if emptyno""
max-scoreThe maximum score for this testno0
partial-creditWhether to give partial credit for passing some testsnotrue
test-dirThe directory containing the testsno""
timezoneThe timezone to use for the timestampnoAmerica/Chicago
namedescription
resultThe result of the autograder