OpenStack Messaging (Zaqar)
Go to file
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 Make Paste use default configs 2013-04-22 16:28:42 -04:00
lib Make Paste use default configs 2013-04-22 16:28:42 -04:00
marconi refactor: Hoist helpers.expect into package namespace 2013-05-07 18:00:14 -04:00
tools style: Fix flake8 and hacking errors 2013-05-07 09:31:20 -04:00
.coveragerc Suppress some Coverage report output 2013-03-29 16:07:20 -04:00
.gitignore Keystone Authentication 2013-03-25 12:36:53 -04:00
.gitreview Initial import. 2012-11-01 09:52:20 +01:00
AUTHORS.rst refactor: Rename AUTHORS so that it doesn't keep getting overwritten 2013-03-19 16:33:43 -04:00
HACKING.rst refactor: Hoist helpers.expect into package namespace 2013-05-07 18:00:14 -04:00
MANIFEST.in Initial import. 2012-11-01 09:52:20 +01:00
README.rst Updated README file with Marconi's goal. 2013-03-15 09:59:54 +01:00
openstack-common.conf MessageController implementation for mongodb storage 2013-04-02 17:00:36 +02:00
setup.cfg style: Enable flake8 with proper exclusions 2013-05-06 08:48:04 -04:00
setup.py Implemented marconi-server entry point 2013-04-05 16:12:17 +02:00
tox.ini style: Fix flake8 and hacking errors 2013-05-07 09:31:20 -04:00

README.rst

Marconi - Queue and Notification service for OpenStack