flask/tests
Armin Ronacher 5310fc3822 Session falls back to a dummy object now if secret_key is missing.
This makes it possible to still read-only access the empty session but
requires the secret key to be set for write access.  The error message
raised explains that.  This closes #10.
2010-04-17 14:10:47 +02:00
..
static Static files are active in the WSGI app now, not just the server. 2010-04-14 14:11:00 +02:00
templates Added more Flask tests 2010-04-14 02:42:12 +02:00
flask_tests.py Session falls back to a dummy object now if secret_key is missing. 2010-04-17 14:10:47 +02:00