182 Commits (3767e7ba4f333e5347a6e7b06e6261b8a579c3e5)

Author SHA1 Message Date
Petr Zemek ec3d5800f2 Put two spaces before inline comments when there is only one space. 10 years ago
Petr Zemek 4840fc0edc Change `== None` to `is None`. 10 years ago
Petr Zemek e41bf1e181 Remove two redundant empty lines. 10 years ago
defuz 5e8d503098 add tests for trim_namespace argument of app.config.get_namespace 10 years ago
Markus Unterwaditzer bd232e5c82 PEP8 10 years ago
Gilman Callsen d425279650 Improve compression by removing whitespace from separators when using jsonify() and JSONIFY_PRETTYPRINT_REGULAR is False. 10 years ago
INADA Naoki 4d4a639ba4 Add test for deprecated flask.Request properties. 10 years ago
Davide Ceretti 93c190a8fd Add unittest for appcontext_tearing_down signal 10 years ago
Markus Unterwaditzer c6795eb626 Remove useless unittest imports 10 years ago
Paulo Bu 3f67fe94f1 Adds 2 tests for Flask.run method 10 years ago
Markus Unterwaditzer 192da325f8 Testsuite is not a package 10 years ago
Markus Unterwaditzer 56db3ddf4e Remove useless imports 10 years ago
Markus Unterwaditzer be42d5665e Split instance tests off into own file 10 years ago
Markus Unterwaditzer a4931ff3a7 Kill class in test_basic 10 years ago
Markus Unterwaditzer 71dae37733 Kill classes in test_regression 10 years ago
Markus Unterwaditzer f8a778deae Kill classes in test_testing 10 years ago
Markus Unterwaditzer 77d887526d Rename fixture apps_tmpdir 10 years ago
Markus Unterwaditzer a00ccdce94 Remove more test_apps 10 years ago
Markus Unterwaditzer b88a837674 Remove fake extensions from test_apps 10 years ago
Markus Unterwaditzer 4ea4ea7f93 Remove old helper function 10 years ago
Markus Unterwaditzer 861aa0db1f Init global test_apps explicitly 10 years ago
Markus Unterwaditzer 588cfa9c91 Add note to memleak tests 10 years ago
Markus Unterwaditzer 03339501ab Remove obsolete apps 10 years ago
Markus Unterwaditzer af4cb0ff2b Remove flask superclass 10 years ago
Markus Unterwaditzer af41dbe0c4 Remove useless classes 10 years ago
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