We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8755f commit d540b60Copy full SHA for d540b60
README.md
@@ -1,5 +1,7 @@
1
# Autograding Example: Python
2
-This example project is written in Python, and tested with pytest
+This example project is written in Python, and tested with pytest.
3
+
4
+The tests are failing right now because the method isn't outputting the correct string. Fixing this up will make the tests green.
5
6
### Setup command
7
`sudo -H pip3 install pytest`
0 commit comments