[ckan-changes] [ckan/ckan] e5148d: Ensure debug is False for route tests.

GitHub noreply at github.com
Thu May 19 15:28:32 UTC 2016


  Branch: refs/heads/poc-flask-views.blueprint
  Home:   https://github.com/ckan/ckan
  Commit: e5148d18e7c351345a17b72d5fd0caa91c05f569
      https://github.com/ckan/ckan/commit/e5148d18e7c351345a17b72d5fd0caa91c05f569
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2016-05-19 (Thu, 19 May 2016)

  Changed paths:
    M ckanext/example_flask_iroutes/tests/test_routes.py

  Log Message:
  -----------
  Ensure debug is False for route tests.

If app.debug=True, we can't add routes after the app has been created,
because a request has happened.


  Commit: 06f7567945469cbd00e0517d40ddda3caa9bb9c5
      https://github.com/ckan/ckan/commit/06f7567945469cbd00e0517d40ddda3caa9bb9c5
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2016-05-19 (Thu, 19 May 2016)

  Changed paths:
    M ckanext/example_flask_iroutes/plugin.py
    M ckanext/example_flask_iroutes/templates/about.html
    M ckanext/example_flask_iroutes/tests/test_routes.py

  Log Message:
  -----------
  Fix up tests for template helpers


Compare: https://github.com/ckan/ckan/compare/595ab16d723b...06f756794546


More information about the ckan-changes mailing list