PoliticalFraming / politicalframing

http://www.politicalframing.com
9 stars 1 forks source link

Get App Ready for Testing #52

Open AlJohri opened 10 years ago

AlJohri commented 10 years ago

Built in flask testing

Flask-Testing Extension

Compare the two approaches and see what Flask-Testing brings to the table. It seems to be some nice syntactic sugar and people in the community seem pretty active.

AlJohri commented 10 years ago

Its common to use nose to test in python http://nose.readthedocs.org/en/latest/

it works with Flask-Testint OOB (out of the box)