Commit graph

  • 56afafae67 Do not break extension tests if tested with installed extensions. Armin Ronacher 2011-09-23 02:04:21 +02:00
  • d4d75701bc Added ext to the packages Armin Ronacher 2011-09-22 14:08:52 +02:00
  • 0c75be1172 Whitespace normalize Armin Ronacher 2011-09-22 14:08:03 +02:00
  • 9691b7f0bf Deal with partially setup packages in the redirect hook. Armin Ronacher 2011-09-21 21:34:47 +02:00
  • ee9b401632 Added a comment on who the is_important_traceback seems to work. It's only speculation Armin Ronacher 2011-09-21 13:01:58 +02:00
  • 9a70e62b8d No longer swallow important import errors. Armin Ronacher 2011-09-21 03:47:36 +02:00
  • 4573715195 Reworded before 0.8 ext docs. Armin Ronacher 2011-09-20 18:57:37 +02:00
  • 54875e9317 Direct passthrough is counter productive Armin Ronacher 2011-09-20 00:03:24 +02:00
  • 81b4271fa6 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2011-09-19 21:15:42 +02:00
  • 2b8ea40cd6 import -> activate Armin Ronacher 2011-09-19 21:00:44 +02:00
  • 7997bae5bb Explicitly activate compat module Armin Ronacher 2011-09-19 21:00:28 +02:00
  • 90884a78fb Cross-reference debug docs in run docstring. Ron DuPlain 2011-09-18 15:34:37 -04:00
  • 907c24e6ff Document the debug param for Flask.run, it is not part of **options given to run_simple. Simon Sapin 2011-07-23 11:32:59 -07:00
  • 899f8cdf51 Merge pull request #322 from jperras/patch-1 Ron DuPlain 2011-09-18 12:20:40 -07:00
  • d4d6cc8401 Clean up auditing command Priit Laes 2011-09-18 13:05:15 +03:00
  • 9c82840f52 Added more tests for the import hook Armin Ronacher 2011-09-18 18:16:50 +02:00
  • 933d203828 Started extensions introduction document Armin Ronacher 2011-09-18 15:10:50 +02:00
  • e94416704d Added the flaskext_compat module to support flask.ext in 0.7 and earlier. Armin Ronacher 2011-09-18 15:03:35 +02:00
  • 0719ad5f4f Documented new import system for extensions Armin Ronacher 2011-09-18 13:03:05 +02:00
  • 1e6c5f0975 Documented flask.ext. Armin Ronacher 2011-09-18 12:51:10 +02:00
  • 8840973a33 Fixed a cross reference in the docs. Armin Ronacher 2011-09-18 12:50:56 +02:00
  • 9df2aefd7f Do not set dotted attributes on flask.ext Armin Ronacher 2011-09-18 12:22:42 +02:00
  • e8020e2c5c Added comment to the importer wiping. Armin Ronacher 2011-09-18 12:22:15 +02:00
  • f80bfcaa28 Added tests for old imports Armin Ronacher 2011-09-18 03:26:46 +02:00
  • 80bd6949a6 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2011-09-18 02:11:10 +02:00
  • c72ca16234 Added tests for the import hook and fixed a problem with it. Armin Ronacher 2011-09-18 02:10:10 +02:00
  • 7044b4becc Merge pull request #324 from embe/master Ron DuPlain 2011-09-17 13:20:30 -07:00
  • 8f85a3b0d1 Experimental redirect importing for flask.ext to flask_ and flaskext. Armin Ronacher 2011-09-17 22:11:57 +02:00
  • bd6ce4d48c Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2011-09-17 19:41:24 +02:00
  • e68b34eb6c Added API example to the method view docs Armin Ronacher 2011-09-17 19:39:19 +02:00
  • 32c7e43dda Simplified HEAD handling for method views Armin Ronacher 2011-09-17 19:39:10 +02:00
  • f8caa54d31 Fixed Blueprint.app_url_value_preprocessor. Michał Bartoszkiewicz 2011-09-17 00:31:09 +02:00
  • 17a46a4d23 Fixed typo in docstring of dispatch_request method of flask.views.View. Joel Perras 2011-09-14 16:53:05 -03:00
  • f6798885e6 Update create_global_jinja_loader docstring, #321. Ron DuPlain 2011-09-13 21:22:23 -04:00
  • 7d7d810aea Single quotes for consistency Armin Ronacher 2011-09-10 23:20:58 +02:00
  • 4e12eb4c74 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2011-09-07 11:45:03 +02:00
  • f6edb31c34 Merge pull request #303 from ametaireau/patch-1 Armin Ronacher 2011-09-07 02:44:52 -07:00
  • b1311bd8cd Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2011-09-07 11:44:33 +02:00
  • 7b899c8510 Merge pull request #309 from embe/master Armin Ronacher 2011-09-07 02:44:08 -07:00
  • 88617311db Added an testcase for subclassing of Flask to supress logging Armin Ronacher 2011-09-05 18:52:28 +02:00
  • b40af3ccd9 Updated the documentation to show how to set cookies for not yet existing responses Armin Ronacher 2011-09-05 18:51:47 +02:00
  • 7331ae3df5 Update the testsuite to not freak out about a change in Werkzeug 0.8 that changed the behavior of misconfigured hosts. Armin Ronacher 2011-09-03 17:13:01 +02:00
  • f92a275d54 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2011-09-01 19:51:37 +02:00
  • 37f9cb9ca6 Import with statement in testsuite, Python 2.5. Ron DuPlain 2011-09-01 12:35:04 -04:00
  • ee8417dac8 Late but 2010 -> 2011 in some files Armin Ronacher 2011-09-01 16:57:00 +02:00
  • 780297e2bb Merge pull request #307 from s0undt3ch/master Ron DuPlain 2011-08-31 08:33:17 -07:00
  • e942a0974f Merge pull request #311 from christophercurrie/master Armin Ronacher 2011-08-31 06:17:10 -07:00
  • a9e09ec50e Merge remote-tracking branch 'mitsuhiko/master' Pedro Algarvio 2011-08-31 10:32:59 +01:00
  • 5f7f3b17df Fix for d5cd4f8d which broke install on Windows Christopher Currie 2011-08-30 15:09:56 -07:00
  • ccf464189b Added finer control over the session cookie parameters Armin Ronacher 2011-08-30 14:36:50 +02:00
  • 4dc1796b1c Fixed session loading in flask.testing.TestClient.session_transaction() Michał Bartoszkiewicz 2011-08-29 21:37:52 +02:00
  • 23bf2633f6 Use the _request_ctx_stack instead of the proxy for consistency with the others. Armin Ronacher 2011-08-29 12:18:25 +02:00
  • 87f50fdc6f Don't lie to the user about POST redirects Armin Ronacher 2011-08-27 00:44:46 +02:00
  • bb1567dae4 Explained why os.getcwd is used for path finding Armin Ronacher 2011-08-27 00:42:06 +02:00
  • 08bf538fb4 Added a note on the behaviour of the routing system Armin Ronacher 2011-08-27 00:36:53 +02:00
  • 718ef4d699 Added an XXX to a comment to not miss removing deprecated code later Armin Ronacher 2011-08-27 00:32:28 +02:00
  • dc05722b36 Made the foreword less defensive. Armin Ronacher 2011-08-26 21:42:17 +02:00
  • 2e4c39199d Refactored logging of internal server errors. Can now be customized Armin Ronacher 2011-08-26 21:30:41 +02:00
  • c0f42a0978 Added shebang to the test run file Armin Ronacher 2011-08-26 18:20:33 +01:00
  • e509d25d32 Some more cleanups in how the test runner is invoked Armin Ronacher 2011-08-26 17:35:47 +01:00
  • 367b254c78 Make sure that there is a test for subdomain matching with ports Armin Ronacher 2011-08-26 14:51:28 +01:00
  • 67101c8b93 Fake signals no better follow the blinker api Armin Ronacher 2011-08-26 14:41:25 +01:00
  • b256e9f36c make_default_options_response now tries to use Werkzeug 0.7 functionality before falling back. Armin Ronacher 2011-08-26 14:05:08 +01:00
  • d49221bf2e The test client now properly pops response contexts on __exit__ Armin Ronacher 2011-08-26 14:01:46 +01:00
  • c8ec453d86 Require that cookies are enabled in the test client for session transactions Armin Ronacher 2011-08-26 13:47:01 +01:00
  • 5235c3e37e Make BetterLoader() have a better api :) Armin Ronacher 2011-08-26 12:09:55 +01:00
  • a082a5e0ba Cleanup in the test finder Armin Ronacher 2011-08-26 12:07:49 +01:00
  • 5a49688554 Moved loader code into the testsuite and out of the runner Armin Ronacher 2011-08-26 12:02:40 +01:00
  • f30b1174b8 Also support full qualified test names Armin Ronacher 2011-08-26 12:00:26 +01:00
  • 29b7efa36b Improved the logic in which tests are found Armin Ronacher 2011-08-26 11:59:52 +01:00
  • 0851d956b3 Updated README Armin Ronacher 2011-08-26 11:55:11 +01:00
  • fbd6776e68 Fixed a bug in the testsuite that caused problems when dots where in directory names Armin Ronacher 2011-08-26 11:48:33 +01:00
  • d5cd4f8d59 Updated manifests Armin Ronacher 2011-08-26 11:48:09 +01:00
  • fc2caa4b9c Changed assert to self.assert_ where it was still in place Armin Ronacher 2011-08-26 11:43:27 +01:00
  • 3069e2d7f7 Fight the generic asserts! Armin Ronacher 2011-08-26 11:38:43 +01:00
  • 2b830af2ef Use the better test runner in the makefile Armin Ronacher 2011-08-26 11:24:42 +01:00
  • 12d74be7d7 Added better test runner Armin Ronacher 2011-08-26 11:24:10 +01:00
  • 4cb6eea8f1 Split up testsuite and moved it to flask.testsuite. This fixes #246 Armin Ronacher 2011-08-26 11:21:26 +01:00
  • 85ed1bf058 Mentioned View.decorators in the views docs Armin Ronacher 2011-08-26 08:32:36 +01:00
  • ef0f626f0a Added flask.views.View.decorators to automatically decorate class based views. Armin Ronacher 2011-08-25 22:09:48 +01:00
  • 8340d3c9f5 Updated docstring on make_response Armin Ronacher 2011-08-25 21:49:50 +01:00
  • 9070c5c325 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2011-08-25 21:16:27 +01:00
  • 314f9201ab Updated instance path documentation to explain the $PREFIX lookup Armin Ronacher 2011-08-25 21:16:06 +01:00
  • e28e146997 Merge pull request #308 from DasIch/patch-1 Armin Ronacher 2011-08-25 13:15:31 -07:00
  • a43f73c75c s/Ify ou/If you/ typo Daniel Neuhäuser 2011-08-26 10:13:54 +03:00
  • d3ca55177a Updated the docs and examples to non-failing teardown handlers Armin Ronacher 2011-08-25 20:56:43 +01:00
  • 485a6c332b Moved testcase for test client context binding to the TestToolsTestCase Armin Ronacher 2011-08-25 20:49:53 +01:00
  • 8dbd71ef8e Added a testcase where SERVER_NAME and APPLICATION_ROOT are not set Armin Ronacher 2011-08-25 20:48:38 +01:00
  • 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. Armin Ronacher 2011-08-25 20:47:50 +01:00
  • 03a71e0229 Deny dot's in blueprint endpoints. Add tests for that too. Pedro Algarvio 2011-08-25 17:26:57 +01:00
  • 1ea3d4ea53 Updated documentation regarding the session transactions Armin Ronacher 2011-08-25 16:13:43 +01:00
  • 311ac0f533 Ensure that nobody can nest test client invocations Armin Ronacher 2011-08-25 15:33:03 +01:00
  • f051939d8b Test that we're not leaking a request context in the testsuite, fixed a leak Armin Ronacher 2011-08-25 15:24:10 +01:00
  • 001a5128d8 Refactored tests to use a different subclass Armin Ronacher 2011-08-25 15:20:40 +01:00
  • f0c089ff6b Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2011-08-25 15:19:13 +01:00
  • a5da2c98f3 Implemented flask.testing.TestClient.session_transaction for quick session modifications in test environments. Armin Ronacher 2011-08-25 15:18:39 +01:00
  • c844d02f1c Added the APPLICATION_ROOT configuration variable which is used by session backends. Armin Ronacher 2011-08-25 12:13:55 +01:00
  • 04e87a93de Add endpoint parameter documentation to the route decorator. Pedro Algarvio 2011-08-25 12:01:41 +01:00
  • 68ec5a3068 Allow passing the endpoint to the route decorators on Flask's application and blueprints. Pedro Algarvio 2011-08-25 11:46:05 +01:00
  • 1bca65d72e Merge pull request #267 from LuitvD/patch-1 Armin Ronacher 2011-08-24 15:57:32 -07:00