librelist archives

« back to archive

ANN: Flask-Testing 0.2

ANN: Flask-Testing 0.2

From:
Dan Jacob
Date:
2010-07-21 @ 12:33
Flask-Testing 0.2 has just been released. This includes a few bug and
documentation fixes, plus support for testing templates i.e. which
templates have been used in a given view and the variables passed to
the template context.

The new template testing methods depend on Flask signals and blinker,
so will not work if you do not have these installed (although you can
use the rest of the extension).

Re: [flask] ANN: Flask-Testing 0.2

From:
Francisco Souza
Date:
2010-07-21 @ 12:39
Sounds great :)

Thanks a lot,
Francisco Souza
Software developer at Giran and also full time
Open source evangelist at full time

English: http://www.franciscosouza.net
Portuguese: http://www.franciscosouza.com.br
Twitter: @franciscosouza
+55 27 3026 0264


On Wed, Jul 21, 2010 at 9:33 AM, Dan Jacob <danjac354@gmail.com> wrote:

> Flask-Testing 0.2 has just been released. This includes a few bug and
> documentation fixes, plus support for testing templates i.e. which
> templates have been used in a given view and the variables passed to
> the template context.
>
> The new template testing methods depend on Flask signals and blinker,
> so will not work if you do not have these installed (although you can
> use the rest of the extension).
>