383 Commits (9bc329c0c9dcdb5a3a6919f31542b6e7453d8aa8)

Author SHA1 Message Date
Markus Unterwaditzer d0cf5ef394 WIP 10 years ago
Markus Unterwaditzer e77bc2d86c Remove class from test_views 10 years ago
Markus Unterwaditzer 7e8f1053bb Fix assertion error 10 years ago
Markus Unterwaditzer 5da2c00419 Rewrite assertion methods 10 years ago
Markus Unterwaditzer dd6b2574c9 Rework test_signals 10 years ago
Markus Unterwaditzer b1c0951ad6 Move fixtures 10 years ago
Markus Unterwaditzer ba82bac3d8 Rework test_config 10 years ago
Markus Unterwaditzer df711eac90 Some fixes 10 years ago
Markus Unterwaditzer 8fa5e32d9a Tests pass now. 10 years ago
Markus Unterwaditzer 961db8ad72 Made tests recognizable 10 years ago
Markus Unterwaditzer 3550b26071 Move tests 10 years ago
Armin Ronacher 4cb6eea8f1 Split up testsuite and moved it to flask.testsuite. This fixes #246 13 years ago
Armin Ronacher ef0f626f0a Added flask.views.View.decorators to automatically decorate class based views. 13 years ago
Armin Ronacher 485a6c332b Moved testcase for test client context binding to the TestToolsTestCase 13 years ago
Armin Ronacher 8dbd71ef8e Added a testcase where SERVER_NAME and APPLICATION_ROOT are not set 13 years ago
Armin Ronacher e853a0f739 The test client and test_request_context are now both using the same logic internally for creating the environ. Also they use APPLICATION_ROOT now. 13 years ago
Pedro Algarvio 03a71e0229 Deny dot's in blueprint endpoints. Add tests for that too. 13 years ago
Armin Ronacher f051939d8b Test that we're not leaking a request context in the testsuite, fixed a leak 13 years ago
Armin Ronacher 001a5128d8 Refactored tests to use a different subclass 13 years ago
Armin Ronacher a5da2c98f3 Implemented flask.testing.TestClient.session_transaction for quick session modifications in test environments. 13 years ago
Armin Ronacher c844d02f1c Added the APPLICATION_ROOT configuration variable which is used by session backends. 13 years ago
Pedro Algarvio 68ec5a3068 Allow passing the endpoint to the route decorators on Flask's `application` and `blueprints`. 13 years ago
Armin Ronacher eb9a14e158 Split up a test into two 13 years ago
Armin Ronacher b3aaf6d5ca Refactored package finding 13 years ago
Armin Ronacher fb1a6730cf Leave eggs when finding the instance path 13 years ago
Armin Ronacher e328eba97c Corrected prefix detection 13 years ago
Armin Ronacher 175d43b2f9 Instance paths are now moved into virtualenv/share/appname-instance if installed 13 years ago
Armin Ronacher 153ecbc920 Implemented instance paths 13 years ago
Armin Ronacher 6847329134 Flask will now give you an error in debug mode if a post request caused a redirect by the routing system. 13 years ago
Armin Ronacher ce70131975 If JSON parsing fails it now issues a BadRequest exception. 13 years ago
Armin Ronacher acac64e36a Don't only catch BadRequest key errors but all bad request errors. 13 years ago
Armin Ronacher 02a1317460 Added the ability to trigger functions before the first request to the application 13 years ago
Armin Ronacher 5500986971 Flask in debug mode will now complain if views are attached after the first view was handled. 13 years ago
Armin Ronacher f3db68c8ce Added testcase for the debug behavior and explicit encoding 13 years ago
Armin Ronacher 7155f11a72 Added HTTP exception trapping. This should fix #294 13 years ago
Armin Ronacher fafcc02f26 Added a testcase for 404 errors caused by the routing system 13 years ago
Armin Ronacher c9a2ad2b8d Fixed a bug in list_templates 13 years ago
Armin Ronacher 3b31df81ae View functions can opt out of the default OPTIONS implementation 13 years ago
Armin Ronacher bd473c1587 Fixed an issue that broke url processors for blueprints. Added testcases 13 years ago
Armin Ronacher a101cfc35b Worked around a werkzeug bug with redirects 13 years ago
Armin Ronacher b36d7b3288 Added class based view documentation 13 years ago
Armin Ronacher dcf21989dc Added class based views 13 years ago
Armin Ronacher ccd5ced70e Chop of ports for session cookies. This fixes #253 13 years ago
Armin Ronacher ea7a172077 Test that dotted names work. This fixes #258 13 years ago
Armin Ronacher 37fab78887 Added a migrated moduleapp as blueprint app 13 years ago
Armin Ronacher e17e74d3a7 Started work on testcases for blueprints 13 years ago
Armin Ronacher abe1378cae Chnaged a bunch of behavior in blueprints for it to be more flexible. Improved backwards compat. 13 years ago
Armin Ronacher f5ec9952de Added blueprint specific error handling 13 years ago
Armin Ronacher 7a08331ac0 Latest iteration of the blueprint code. Far from being done 14 years ago
Armin Ronacher ba6bf23e0d Updated tests 14 years ago