Skip to content

Commit d05bd00

Browse files
authored
Update test.py
1 parent 7ac0dc0 commit d05bd00

File tree

1 file changed

+2
-2
lines changed
  • .learn/exercises/05-returning-json

1 file changed

+2
-2
lines changed

.learn/exercises/05-returning-json/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ def client():
1616
os.close(db_fd)
1717
os.unlink(app.config['DATABASE'])
1818

19-
@pytest.mark.it("folder src must exist")
19+
@pytest.mark.it("Folder src must exist")
2020
def test_src_folder():
2121
assert os.path.isdir("./src/")
2222

23-
@pytest.mark.it("app.py must exist")
23+
@pytest.mark.it("File app.py must exist")
2424
def test_pipfile_exists():
2525
assert os.path.isfile("src/app.py")
2626

0 commit comments

Comments
 (0)