An open API service indexing awesome lists of open source software.

https://github.com/ytbryan/test-python


https://github.com/ytbryan/test-python

Last synced: 9 months ago
JSON representation

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.