horizon/horizon/test
Akihiro Motoki c34cc5c06f Suppress PytestCollectionWarning
pytest complains PytestCollectionWarning when a class name looks
like a test case class ("TestFoo").
We can disable the warning by adding '__test__ = False' but
it looks easier to drop "Test" prefix from such classes.

This commit drops "Test" prefix if we can simpy drop it from
class names. If a class name will be too generic after dropping
"Test" prefix, I renamed such classes from "TestFoo" to "FooForTesting"
as a workaround.

Change-Id: I617ab8462a9dc173e34f4aae899e0b0def6ecdc1
2020-04-27 04:19:54 +00: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 Suppress PytestCollectionWarning 2020-04-27 04:19:54 +00: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 Handle case without pytest for plugin tests 2020-04-18 08:44:45 +09:00
settings.py Fix pep8 failures with hacking 2.0.0 2019-12-17 04:55:05 +00:00
urls.py django22: The 'login' functional-based view is gone (pt. 1) 2019-08-27 11:19:25 +01:00
utils.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
webdriver.py Selenium tests fail when response is slow. 2019-08-09 10:44:50 +00:00