zaqar/marconi/tests
kgriffs 8b31b2e9b0 refactor: Hoist helpers.expect into package namespace
It's silly to have to import a package's submodule directly,
since in this case that only introduces another module name
that the developer has to keep track of, just to gain access
to a solitary function. This patch hoists
marconi.tests.util.helpers.expect into marocni.tests.util so
that it can be referenced more naturally by the test author.

Accordingly, the Hacking.rst guide has been updated to allow
this sort of thing (with some discretion).

Implements: blueprint grizzly-debt
Change-Id: Iad2e4f728aa4826d99bec2c599e2947a87eb5945
2013-05-07 18:00:14 -04:00
..
etc Added gunicorn as server application manager 2013-04-05 19:45:59 +02:00
storage refactor: Hoist helpers.expect into package namespace 2013-05-07 18:00:14 -04:00
transport Switch to flake8 and fix errors. 2013-04-30 17:32:40 -04:00
util refactor: Hoist helpers.expect into package namespace 2013-05-07 18:00:14 -04:00
__init__.py doc: Make file headings consistent, and update docstrings per the proposed HACKING guide 2013-03-05 16:45:52 -05:00
test_bootstrap.py Bootstrap now dynamically imports storage and transport modules 2013-03-21 09:20:52 -04:00
test_config.py refactor: Hoist helpers.expect into package namespace 2013-05-07 18:00:14 -04:00