horizon/horizon/test
Radomir Dopieralski 3acb28270a Replace @memoized_with_* with @memoized
Since @memoized now uses weakref to delete old cache entries, and no
longer keeps the object passed as parameters alive indefinitely, we
no longer need to treat the Request objects specially. In fact, if
we stop doing it, it should improve memory use, because now all
request-specific caches will be removed as soon as the request
object dies.

I also removed the memoized_with_argconv function, and replaced it
with an explicit function for converting teh parameters in the one
place where it was used.

Change-Id: I710b96a170e429c6ffdf22ad3e552ee6e1c6b7e3
2018-09-25 11:44:06 +02:00
..
customization Fixed typos in comment for renaming dashboard 2015-09-08 18:05:02 +05:30
dummy_auth Fix horizon/test selenium tests for Django 1.8 2015-09-30 16:41:30 +10:00
jasmine Applying auto-file-discovery partially 2015-06-29 16:04:14 -06:00
messages Add message of the day option 2016-01-22 11:31:36 -08:00
selenium horizon: Move test files to match corresponding module structure 2017-12-09 21:37:12 +09:00
templates Remove deprecated table.UpdateAction class 2018-04-12 17:34:17 +03:00
test_dashboards hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
unit Replace @memoized_with_* with @memoized 2018-09-25 11:44:06 +02:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
firefox_binary.py Fix W503 warnings 2018-04-11 18:13:47 +09:00
helpers.py Drop use_mox from horizon test helpers 2018-08-18 17:11:15 +09:00
settings.py Use default Django test runner instead of nose 2018-06-08 15:21:12 +03:00
urls.py django2: Fix 3-tuple ImproperlyConfigured error 2018-03-03 07:20:43 +09:00
utils.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
webdriver.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00