https://github.com/srush/test_grade
https://github.com/srush/test_grade
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/srush/test_grade
- Owner: srush
- Created: 2020-08-10T23:17:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T23:17:34.000Z (almost 6 years ago)
- Last Synced: 2025-01-28T05:41:19.020Z (over 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.