From 4533e68bcaa854edb9469fa0d02e49276153412d Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Thu, 12 Apr 2018 17:35:17 +0800 Subject: [PATCH] Move things around --- tests/{ => integration}/conftest.py | 0 tests/{ => integration}/test_cli.py | 0 tests/{ => integration}/test_dot_venv.py | 0 tests/{ => integration}/test_install_basic.py | 0 tests/{ => integration}/test_install_markers.py | 0 tests/{ => integration}/test_install_twists.py | 0 tests/{ => integration}/test_install_uri.py | 0 tests/{ => integration}/test_lock.py | 0 tests/{ => integration}/test_pipenv.py | 0 tests/{ => integration}/test_run.py | 0 tests/{ => integration}/test_uninstall.py | 0 tests/{ => integration}/test_windows.py | 0 tests/{ => unit}/test_cmdparse.py | 0 tests/{ => unit}/test_utils.py | 0 tests/{ => unit}/test_vendor.py | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename tests/{ => integration}/conftest.py (100%) rename tests/{ => integration}/test_cli.py (100%) rename tests/{ => integration}/test_dot_venv.py (100%) rename tests/{ => integration}/test_install_basic.py (100%) rename tests/{ => integration}/test_install_markers.py (100%) rename tests/{ => integration}/test_install_twists.py (100%) rename tests/{ => integration}/test_install_uri.py (100%) rename tests/{ => integration}/test_lock.py (100%) rename tests/{ => integration}/test_pipenv.py (100%) rename tests/{ => integration}/test_run.py (100%) rename tests/{ => integration}/test_uninstall.py (100%) rename tests/{ => integration}/test_windows.py (100%) rename tests/{ => unit}/test_cmdparse.py (100%) rename tests/{ => unit}/test_utils.py (100%) rename tests/{ => unit}/test_vendor.py (100%) diff --git a/tests/conftest.py b/tests/integration/conftest.py similarity index 100% rename from tests/conftest.py rename to tests/integration/conftest.py diff --git a/tests/test_cli.py b/tests/integration/test_cli.py similarity index 100% rename from tests/test_cli.py rename to tests/integration/test_cli.py diff --git a/tests/test_dot_venv.py b/tests/integration/test_dot_venv.py similarity index 100% rename from tests/test_dot_venv.py rename to tests/integration/test_dot_venv.py diff --git a/tests/test_install_basic.py b/tests/integration/test_install_basic.py similarity index 100% rename from tests/test_install_basic.py rename to tests/integration/test_install_basic.py diff --git a/tests/test_install_markers.py b/tests/integration/test_install_markers.py similarity index 100% rename from tests/test_install_markers.py rename to tests/integration/test_install_markers.py diff --git a/tests/test_install_twists.py b/tests/integration/test_install_twists.py similarity index 100% rename from tests/test_install_twists.py rename to tests/integration/test_install_twists.py diff --git a/tests/test_install_uri.py b/tests/integration/test_install_uri.py similarity index 100% rename from tests/test_install_uri.py rename to tests/integration/test_install_uri.py diff --git a/tests/test_lock.py b/tests/integration/test_lock.py similarity index 100% rename from tests/test_lock.py rename to tests/integration/test_lock.py diff --git a/tests/test_pipenv.py b/tests/integration/test_pipenv.py similarity index 100% rename from tests/test_pipenv.py rename to tests/integration/test_pipenv.py diff --git a/tests/test_run.py b/tests/integration/test_run.py similarity index 100% rename from tests/test_run.py rename to tests/integration/test_run.py diff --git a/tests/test_uninstall.py b/tests/integration/test_uninstall.py similarity index 100% rename from tests/test_uninstall.py rename to tests/integration/test_uninstall.py diff --git a/tests/test_windows.py b/tests/integration/test_windows.py similarity index 100% rename from tests/test_windows.py rename to tests/integration/test_windows.py diff --git a/tests/test_cmdparse.py b/tests/unit/test_cmdparse.py similarity index 100% rename from tests/test_cmdparse.py rename to tests/unit/test_cmdparse.py diff --git a/tests/test_utils.py b/tests/unit/test_utils.py similarity index 100% rename from tests/test_utils.py rename to tests/unit/test_utils.py diff --git a/tests/test_vendor.py b/tests/unit/test_vendor.py similarity index 100% rename from tests/test_vendor.py rename to tests/unit/test_vendor.py