Skip to content

GitHub Classroom autograding example repo with Python and Pytest

Notifications You must be signed in to change notification settings

classroom-resources/autograding-example-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Nathaniel Woodthorpe
Apr 3, 2020
b880c38 · Apr 3, 2020

History

6 Commits
Feb 26, 2020
Apr 3, 2020
Feb 26, 2020
Feb 26, 2020

Repository files navigation

Autograding Example: Python

This example project is written in Python, and tested with pytest.

The assignment

The tests are failing right now because the method isn't outputting the correct string. Fixing this up will make the tests green.

Setup command

sudo -H pip3 install pytest

Run command

pytest

Notes

  • pip's install path is not included in the PATH var by default, so without installing via sudo -H, pytest would be unaccessible.

About

GitHub Classroom autograding example repo with Python and Pytest

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages