glance/glance/tests/unit/common
Flavio Percoco c300e1c259 Switch over oslo.i18n
oslo.i18n has recently been released. This patch switches glance over
oslo.i18n. As per oslo.i18n's instructions, a new i18n module has been
added under glance. This module defines the translation globals and
imports the necessary functions from oslo.i18n.

The patch doesn't change the way Glance does translation, this means
that a `_` function is still being injected to the builtins.

Note that the gettextutils module is still a required module from
oslo-inc because there are oslo-inc modules that depend on the old
gettextutils module.

Change-Id: Ieb83681e35f72a5a4ecd849bb76af7f78d9fdcb0
2014-07-08 15:28:44 +02:00
..
__init__.py Improve unit tests for glance.common package 2013-05-20 17:31:22 +03:00
test_client.py Enable F40X checking 2013-11-27 18:15:48 +02:00
test_config.py Merge "Change assertTrue(isinstance()) by optimal assert" 2014-01-19 05:04:52 +00:00
test_exception.py Replace unicode() for six.text_type 2014-05-05 15:40:02 -03:00
test_location_strategy.py API v2: Allow GET on unowned images with show_image_direct_url 2014-03-11 16:39:05 -04:00
test_property_utils.py Uses None instead of mutables for function param defaults 2014-04-15 02:29:23 -05:00
test_rpc.py Replace assert* with more suitable asserts in unit tests 2014-04-17 10:35:46 +04:00
test_swift_store_utils.py Remove user and key from location in swift 2014-06-24 12:13:26 +05:30
test_utils.py Merge "Remove unused methods" 2014-07-08 03:06:30 +00:00
test_wsgi.py Switch over oslo.i18n 2014-07-08 15:28:44 +02:00