From 7c4d4199e0472d0e4daeccc2c0cdb29ff51f19cc Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Mon, 4 Jun 2018 13:14:43 +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. This patch alse removes executable flag from test/helpers.py. Related blueprint: improve-horizon-testing Change-Id: I495a2ec583ca9ae1df442059ffa9e4abc94d3528 --- magnum_ui/test/api_tests/{rest_api_tests.py => test_rest_api.py} | 0 magnum_ui/test/helpers.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename magnum_ui/test/api_tests/{rest_api_tests.py => test_rest_api.py} (100%) mode change 100755 => 100644 magnum_ui/test/helpers.py diff --git a/magnum_ui/test/api_tests/rest_api_tests.py b/magnum_ui/test/api_tests/test_rest_api.py similarity index 100% rename from magnum_ui/test/api_tests/rest_api_tests.py rename to magnum_ui/test/api_tests/test_rest_api.py diff --git a/magnum_ui/test/helpers.py b/magnum_ui/test/helpers.py old mode 100755 new mode 100644