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 7ac0dc0 commit d05bd00Copy full SHA for d05bd00
.learn/exercises/05-returning-json/test.py
@@ -16,11 +16,11 @@ def client():
16
os.close(db_fd)
17
os.unlink(app.config['DATABASE'])
18
19
-@pytest.mark.it("folder src must exist")
+@pytest.mark.it("Folder src must exist")
20
def test_src_folder():
21
assert os.path.isdir("./src/")
22
23
-@pytest.mark.it("app.py must exist")
+@pytest.mark.it("File app.py must exist")
24
def test_pipfile_exists():
25
assert os.path.isfile("src/app.py")
26
0 commit comments