From a2ce5c4d009a106f9a290c3194d7d0d52a19b4cf Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Wed, 12 Sep 2007 15:51:34 +0000 Subject: [PATCH] Rename testing/ to test/. --- {testing => tests}/Makefile.am | 0 {testing => tests}/ganeti.config_unittest.py | 0 {testing => tests}/ganeti.hooks_unittest.py | 0 {testing => tests}/ganeti.utils_unittest.py | 0 {testing => tests}/mocks.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {testing => tests}/Makefile.am (100%) rename {testing => tests}/ganeti.config_unittest.py (100%) rename {testing => tests}/ganeti.hooks_unittest.py (100%) rename {testing => tests}/ganeti.utils_unittest.py (100%) rename {testing => tests}/mocks.py (100%) diff --git a/testing/Makefile.am b/tests/Makefile.am similarity index 100% rename from testing/Makefile.am rename to tests/Makefile.am diff --git a/testing/ganeti.config_unittest.py b/tests/ganeti.config_unittest.py similarity index 100% rename from testing/ganeti.config_unittest.py rename to tests/ganeti.config_unittest.py diff --git a/testing/ganeti.hooks_unittest.py b/tests/ganeti.hooks_unittest.py similarity index 100% rename from testing/ganeti.hooks_unittest.py rename to tests/ganeti.hooks_unittest.py diff --git a/testing/ganeti.utils_unittest.py b/tests/ganeti.utils_unittest.py similarity index 100% rename from testing/ganeti.utils_unittest.py rename to tests/ganeti.utils_unittest.py diff --git a/testing/mocks.py b/tests/mocks.py similarity index 100% rename from testing/mocks.py rename to tests/mocks.py -- GitLab