From 6e100d024bd0f3ce5d24bbc235200d37bc7308ad Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Mon, 4 Jun 2018 15:04:05 +0000 Subject: [PATCH] Rename test files to test_* pattern We're going to switch to default Django test runner by default. This patch renames test files to make tests descoverable by Nose and Django test runners without addidional configuration. Related blueprint: improve-horizon-testing Change-Id: I63fd360db583d6346f259bd967547718a4c98758 --- zaqar_ui/test/api_tests/{rest_api_tests.py => test_rest_api.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename zaqar_ui/test/api_tests/{rest_api_tests.py => test_rest_api.py} (100%) diff --git a/zaqar_ui/test/api_tests/rest_api_tests.py b/zaqar_ui/test/api_tests/test_rest_api.py similarity index 100% rename from zaqar_ui/test/api_tests/rest_api_tests.py rename to zaqar_ui/test/api_tests/test_rest_api.py