Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Auto Grading Action

Python unit test grading action for GitHub Classroom.

Based on https://github.com/classroom-resources/autograding-io-grader/, modified to run and parse Python unittest tests.

Usage

Currently, probably shouldn't. Still a work in progress.

Inputs

Input Required Default Description
max-score 0 Max score for this test reported back to GitHub Classroom
partial-credit true Whether to give partial credit for this test
setup-command none Command to run before running tests
test-class none Filename and class to run formatted filename.py::ClassName. Leave blank to use discover.
test-dir none Directory to run tests in. Leave blank to use the root directory.
test-name Unique identifier for this test
timeout 2 Timeout for running tests in minutes

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages