From 50de738446d5e4e1ad085b6d8faf41c640c6159f Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 26 Jul 2013 15:19:03 -0400 Subject: [PATCH] move tests into cliff package Change-Id: I1c1f20b51fdfb84b3ed657d26dccedfd23e780eb --- {tests => cliff/tests}/test_app.py | 0 {tests => cliff/tests}/test_command.py | 0 {tests => cliff/tests}/test_commandmanager.py | 0 {tests => cliff/tests}/test_help.py | 0 {tests => cliff/tests}/test_lister.py | 0 {tests => cliff/tests}/test_show.py | 0 tox.ini | 2 +- 7 files changed, 1 insertion(+), 1 deletion(-) rename {tests => cliff/tests}/test_app.py (100%) rename {tests => cliff/tests}/test_command.py (100%) rename {tests => cliff/tests}/test_commandmanager.py (100%) rename {tests => cliff/tests}/test_help.py (100%) rename {tests => cliff/tests}/test_lister.py (100%) rename {tests => cliff/tests}/test_show.py (100%) diff --git a/tests/test_app.py b/cliff/tests/test_app.py similarity index 100% rename from tests/test_app.py rename to cliff/tests/test_app.py diff --git a/tests/test_command.py b/cliff/tests/test_command.py similarity index 100% rename from tests/test_command.py rename to cliff/tests/test_command.py diff --git a/tests/test_commandmanager.py b/cliff/tests/test_commandmanager.py similarity index 100% rename from tests/test_commandmanager.py rename to cliff/tests/test_commandmanager.py diff --git a/tests/test_help.py b/cliff/tests/test_help.py similarity index 100% rename from tests/test_help.py rename to cliff/tests/test_help.py diff --git a/tests/test_lister.py b/cliff/tests/test_lister.py similarity index 100% rename from tests/test_lister.py rename to cliff/tests/test_lister.py diff --git a/tests/test_show.py b/cliff/tests/test_show.py similarity index 100% rename from tests/test_show.py rename to cliff/tests/test_show.py diff --git a/tox.ini b/tox.ini index 8f0b2719..9f3a5046 100644 --- a/tox.ini +++ b/tox.ini @@ -11,4 +11,4 @@ deps = [testenv:style] deps = flake8 -commands = flake8 cliff docs/source/conf.py tests setup.py +commands = flake8 cliff docs/source/conf.py setup.py