From 38316e41a199349a90c7befd47a7757cacee818c Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 17 Jul 2013 16:31:23 -0400 Subject: [PATCH] moved test to tests to follow best practices --- ceph_deploy/{test => tests}/__init__.py | 0 ceph_deploy/{test => tests}/conftest.py | 0 ceph_deploy/{test => tests}/directory.py | 0 ceph_deploy/{test => tests}/fakes.py | 0 ceph_deploy/{test => tests}/test_cli.py | 0 ceph_deploy/{test => tests}/test_cli_install.py | 0 ceph_deploy/{test => tests}/test_cli_mon.py | 0 ceph_deploy/{test => tests}/test_cli_new.py | 0 ceph_deploy/{test => tests}/test_cli_osd.py | 0 ceph_deploy/{test => tests}/test_conf.py | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename ceph_deploy/{test => tests}/__init__.py (100%) rename ceph_deploy/{test => tests}/conftest.py (100%) rename ceph_deploy/{test => tests}/directory.py (100%) rename ceph_deploy/{test => tests}/fakes.py (100%) rename ceph_deploy/{test => tests}/test_cli.py (100%) rename ceph_deploy/{test => tests}/test_cli_install.py (100%) rename ceph_deploy/{test => tests}/test_cli_mon.py (100%) rename ceph_deploy/{test => tests}/test_cli_new.py (100%) rename ceph_deploy/{test => tests}/test_cli_osd.py (100%) rename ceph_deploy/{test => tests}/test_conf.py (100%) diff --git a/ceph_deploy/test/__init__.py b/ceph_deploy/tests/__init__.py similarity index 100% rename from ceph_deploy/test/__init__.py rename to ceph_deploy/tests/__init__.py diff --git a/ceph_deploy/test/conftest.py b/ceph_deploy/tests/conftest.py similarity index 100% rename from ceph_deploy/test/conftest.py rename to ceph_deploy/tests/conftest.py diff --git a/ceph_deploy/test/directory.py b/ceph_deploy/tests/directory.py similarity index 100% rename from ceph_deploy/test/directory.py rename to ceph_deploy/tests/directory.py diff --git a/ceph_deploy/test/fakes.py b/ceph_deploy/tests/fakes.py similarity index 100% rename from ceph_deploy/test/fakes.py rename to ceph_deploy/tests/fakes.py diff --git a/ceph_deploy/test/test_cli.py b/ceph_deploy/tests/test_cli.py similarity index 100% rename from ceph_deploy/test/test_cli.py rename to ceph_deploy/tests/test_cli.py diff --git a/ceph_deploy/test/test_cli_install.py b/ceph_deploy/tests/test_cli_install.py similarity index 100% rename from ceph_deploy/test/test_cli_install.py rename to ceph_deploy/tests/test_cli_install.py diff --git a/ceph_deploy/test/test_cli_mon.py b/ceph_deploy/tests/test_cli_mon.py similarity index 100% rename from ceph_deploy/test/test_cli_mon.py rename to ceph_deploy/tests/test_cli_mon.py diff --git a/ceph_deploy/test/test_cli_new.py b/ceph_deploy/tests/test_cli_new.py similarity index 100% rename from ceph_deploy/test/test_cli_new.py rename to ceph_deploy/tests/test_cli_new.py diff --git a/ceph_deploy/test/test_cli_osd.py b/ceph_deploy/tests/test_cli_osd.py similarity index 100% rename from ceph_deploy/test/test_cli_osd.py rename to ceph_deploy/tests/test_cli_osd.py diff --git a/ceph_deploy/test/test_conf.py b/ceph_deploy/tests/test_conf.py similarity index 100% rename from ceph_deploy/test/test_conf.py rename to ceph_deploy/tests/test_conf.py -- 2.47.3