glance/glance/tests/functional
James Carey 3f2a56ae65 Move from using _ builtin to using glance.i18n _
The builtin _ should not longer be used.  Instead _
should be explicitly assigned from glance.i18n.

This patch does the following:
  (1) adds these explict assignments to any
      glance file that was missing them,
  (2) removes the defintion of _ as a builtin from
      tox.ini so that a pep8 failure will occur
      if _ is not defined,
  (3) removes calls to install().

This removes the last direct use of gettextutils by glance.
The indirect uses, via openstack/common, will be removed
in the next sync with oslo.

Change-Id: Ie54e8a67e747e022cc01022dfad35d89686bdfc4
2014-11-21 18:51:19 +00:00
..
db Wrong order of assertEquals args(Glance) 2014-11-13 17:10:09 +02:00
v1 Wrong order of assertEquals args(Glance) 2014-11-13 17:10:09 +02:00
v2 Move from using _ builtin to using glance.i18n _ 2014-11-21 18:51:19 +00:00
__init__.py Fix context storage bug 2014-10-29 21:34:51 +00:00
store_utils.py Switch to oslo.utils 2014-10-07 14:55:57 +02:00
test_api.py Wrong order of assertEquals args(Glance) 2014-11-13 17:10:09 +02:00
test_bin_glance_cache_manage.py Wrong order of assertEquals args(Glance) 2014-11-13 17:10:09 +02:00
test_cache_middleware.py Wrong order of assertEquals args(Glance) 2014-11-13 17:10:09 +02:00
test_client_exceptions.py Fix assertEqual arguments order 2014-09-19 00:25:18 +08:00
test_client_redirects.py Remove vim header 2014-01-14 16:03:28 +00:00
test_glance_manage.py hacking: upgrade to 0.9.x serie 2014-10-06 14:41:03 +02:00
test_gzip_middleware.py Fix assertEqual arguments order 2014-09-19 00:25:18 +08:00
test_logging.py hacking: upgrade to 0.9.x serie 2014-10-06 14:41:03 +02:00
test_scrubber.py Switch to oslo.serialization 2014-10-07 14:58:55 +02:00
test_sqlite.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04:00