Skip to content

Commit 5c3b93c

Browse files
committed
docs: Update test docstrings
Patch docstrings with the following: - Fix grammar and typo errors. - Annotate `TODO` for consistency throughout project. [Note] TODOs in project adhere to the following style: `@TODO:`
1 parent 7d64e39 commit 5c3b93c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/test_flaskr.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ def setUp(self):
2323

2424

2525
def tearDown(self):
26-
"""Executed after reach test"""
26+
"""Executed after each test"""
2727
pass
2828

2929
"""
30-
TODO
31-
Write at least one test for each test for successful operation and for expected errors.
30+
@TODO:
31+
Write at least one test for each endpoint for successful operation and for expected errors.
3232
"""
3333

3434

0 commit comments

Comments
 (0)