Skip to content

Commit fa2943d

Browse files
committed
adding new tutorial for flask
1 parent 5dc9416 commit fa2943d

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-06-20T11:25:45Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-06-22T09:41:46Z</updated></feed>

flask.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ <h2>Flask resources</h2>
142142
covers a subject that comes up quickly once you begin adding significant
143143
functionality to your Flask application.</p>
144144
</li>
145+
<li>
146+
<p><a href="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 <a href="https://nose.readthedocs.org/en/latest/">nose</a>.</p>
149+
</li>
145150
</ul>
146151
<h2>Open source Flask example projects</h2>
147152
<ul>

source/content/pages/02-web-frameworks/0205-flask.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ book so consider picking that up as well.
115115
covers a subject that comes up quickly once you begin adding significant
116116
functionality to your Flask application.
117117

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+
118122

119123
## Open source Flask example projects
120124
* [Microblog](https://github.com/miguelgrinberg/microblog) is the companion

0 commit comments

Comments
 (0)