[ckan-changes] [okfn/ckan] 21ed9a: [#1251] Fixes ResourceProxy tests and add some new...

GitHub noreply at github.com
Wed Dec 18 22:06:16 UTC 2013


  Branch: refs/heads/1251-resource-view
  Home:   https://github.com/okfn/ckan
  Commit: 21ed9a3862a070912edda1c0ad3ef9c84b8e1a60
      https://github.com/okfn/ckan/commit/21ed9a3862a070912edda1c0ad3ef9c84b8e1a60
  Author: Vitor Baptista <vitor at vitorbaptista.com>
  Date:   2013-12-18 (Wed, 18 Dec 2013)

  Changed paths:
    M ckanext/resourceproxy/tests/test_proxy.py

  Log Message:
  -----------
  [#1251] Fixes ResourceProxy tests and add some new ones


  Commit: f4af92da359be5ea89783831619a552f6acd8da7
      https://github.com/okfn/ckan/commit/f4af92da359be5ea89783831619a552f6acd8da7
  Author: Vitor Baptista <vitor at vitorbaptista.com>
  Date:   2013-12-18 (Wed, 18 Dec 2013)

  Changed paths:
    M ckan/tests/test_plugins.py

  Log Message:
  -----------
  [#1251] Fix TestPlugins.test_plugin_loading_order

We used to check if the plugins are loaded in the correct order by removing the
last loaded plugins from the array. That used to be 2, but as we created new
plugins, this isn't true anymore.

To make the test more stable, I've changed it to not depend on the number of
plugins loaded before the ones we're interested in testing.


Compare: https://github.com/okfn/ckan/compare/1ec77f804345...f4af92da359b


More information about the ckan-changes mailing list