We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df593df commit ee8f396Copy full SHA for ee8f396
.learn/exercises/02.1-flask-installation/test.py
@@ -4,7 +4,7 @@
4
def test_pipfile_exists():
5
assert os.path.isfile("Pipfile")
6
7
-@pytest.mark.it("Flask must exist on the pipfile dependency [packages]")
+@pytest.mark.it("Flask must exist on the Pipfile dependency [packages]")
8
def test_pipfile_contains_flask():
9
with open("Pipfile", "r") as f:
10
toml_content = f.read()
0 commit comments