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