From e4b61bc6d4033047218b3ca76fa87895f850144e Mon Sep 17 00:00:00 2001 From: Kieran Spear Date: Thu, 15 Nov 2012 14:40:25 +1100 Subject: [PATCH] Allow running tests individually If there is a non-zero number of arguments, run_tests.sh now passes through the arguments to `manage.py test`, skipping the default horizon/openstack_dashboard suites. The correct settings module is chosen based on the first module given in the argument. E.g., horizon.test.tests.tables chooses the horizon.test.settings module. Change-Id: I5321e87bec6831fb7574e045a82de06086b1d0d0 --- openstack_dashboard/test/tests/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 openstack_dashboard/test/tests/__init__.py diff --git a/openstack_dashboard/test/tests/__init__.py b/openstack_dashboard/test/tests/__init__.py new file mode 100644 index 00000000..e69de29b