sahara-dashboard/sahara_dashboard/test
Akihiro Motoki 73a746b461 Switch test runner to django default runner
nose is not actively maintained now and Django default test runner
seems to have enough features.

* Horizon test setting no longer depends on nose and related stuffs.
  This commit cleans up nose related dependencies.
  The change was made in horizon Rocky-3,
  so horizon 14.0.0.0b3 is required at least.
* Integraion tests is marked via django.test.tag mechanism which is
  introduced in Django 1.10.
* Rename filename of test files to names starting with 'test_'
  so that the django test runner can find tests expectedly.
* run_tests.sh is no longer called from tox.ini, so it can be dropped.
  Note that the similar run_tests.sh in horizon was dropped long ago.

Change-Id: I1e5471078cc95031e8819f01100319a9ee2a3a73
(cherry picked from commit 72a6a7a94b)
2018-08-21 17:13:27 +02:00
..
api_tests Switch test runner to django default runner 2018-08-21 17:13:27 +02:00
integration_tests Fix gate jobs 2016-09-19 16:57:35 +03:00
test_data heat_data was removed from Horizon 2017-12-11 13:10:34 +01:00
__init__.py Excising Sahara content from Horizon 2015-11-30 16:40:44 -07:00
helpers.py Goodbye mox - no more needed 2018-07-04 19:38:21 +02:00
settings.py Switch test runner to django default runner 2018-08-21 17:13:27 +02:00
urls.py [Django 1.10] django.conf.urls.patterns() removed 2016-07-23 22:21:10 +03:00