horizon/horizon/test/unit
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
..
forms Suppress PytestCollectionWarning 2020-04-27 04:19:54 +00:00
hacking Use unittest.mock instead of third party mock 2020-03-26 19:45:37 +02:00
management Use unittest.mock instead of third party mock 2020-03-26 19:45:37 +02:00
middleware Use unittest.mock instead of third party mock 2020-03-26 19:45:37 +02:00
tables Use unittest.mock instead of third party mock 2020-03-26 19:45:37 +02:00
tabs Remove six usage from horizon package 2020-01-15 12:36:11 +02:00
templatetags Fix pep8 failures with hacking 2.0.0 2019-12-17 04:55:05 +00:00
utils Remove six usage from horizon package 2020-01-15 12:36:11 +02:00
workflows Suppress PytestCollectionWarning 2020-04-27 04:19:54 +00:00
__init__.py horizon: Move test files to match corresponding module structure 2017-12-09 21:37:12 +09:00
test_base.py Change horizon test runner to pytest 2020-04-03 13:47:18 +03:00
test_exceptions.py Remove six usage from horizon package 2020-01-15 12:36:11 +02:00
test_messages.py Remove six usage from horizon package 2020-01-15 12:36:11 +02:00
test_notifications.py horizon: Move test files to match corresponding module structure 2017-12-09 21:37:12 +09:00
test_views.py horizon: Move test files to match corresponding module structure 2017-12-09 21:37:12 +09:00