Skip to content

Commit be49ec4

Browse files
committed
Doc: Add a new tutorial file(unittest)
1 parent 4a9c356 commit be49ec4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ This repository holds all the notes of the things I have learnt. Anyone else can
4747
40. [Object-Oriented Programming in Python](oop_python.md)
4848
41. [Email Support in Flask](email_support_in_flask.md)
4949
42. [Email verification using SendGrid, Verify and Flask](/twilio_sendgrid/04_email_verification.md)
50+
43. [Unit Testing in Flask](unit_testing_in_flask.md)
5051

5152
## Django Articles
5253

unit_testing_in_flask.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Unit Testing in Flask
2+

0 commit comments

Comments
 (0)