You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flask.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,11 @@ <h2>Flask resources</h2>
142
142
covers a subject that comes up quickly once you begin adding significant
143
143
functionality to your Flask application.</p>
144
144
</li>
145
+
<li>
146
+
<p><ahref="https://www.twilio.com/blog/2014/03/unit-testing-your-twilio-app-using-pythons-flask-and-nose.html">Unit Testing Your Twilio App Using Python’s Flask and Nose</a>
147
+
covers integrating the Twilio API into a Flask application and how to test
148
+
that functionality with <ahref="https://nose.readthedocs.org/en/latest/">nose</a>.</p>
Copy file name to clipboardExpand all lines: source/content/pages/02-web-frameworks/0205-flask.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,10 @@ book so consider picking that up as well.
115
115
covers a subject that comes up quickly once you begin adding significant
116
116
functionality to your Flask application.
117
117
118
+
*[Unit Testing Your Twilio App Using Python’s Flask and Nose](https://www.twilio.com/blog/2014/03/unit-testing-your-twilio-app-using-pythons-flask-and-nose.html)
119
+
covers integrating the Twilio API into a Flask application and how to test
120
+
that functionality with [nose](https://nose.readthedocs.org/en/latest/).
121
+
118
122
119
123
## Open source Flask example projects
120
124
*[Microblog](https://github.com/miguelgrinberg/microblog) is the companion
0 commit comments