diff --git a/tests/__init__.py b/bitsandbytes_tests/__init__.py similarity index 100% rename from tests/__init__.py rename to bitsandbytes_tests/__init__.py diff --git a/tests/conftest.py b/bitsandbytes_tests/conftest.py similarity index 100% rename from tests/conftest.py rename to bitsandbytes_tests/conftest.py diff --git a/tests/helpers.py b/bitsandbytes_tests/helpers.py similarity index 100% rename from tests/helpers.py rename to bitsandbytes_tests/helpers.py diff --git a/tests/test_autograd.py b/bitsandbytes_tests/test_autograd.py similarity index 100% rename from tests/test_autograd.py rename to bitsandbytes_tests/test_autograd.py diff --git a/tests/test_cuda_setup_evaluator.py b/bitsandbytes_tests/test_cuda_setup_evaluator.py similarity index 100% rename from tests/test_cuda_setup_evaluator.py rename to bitsandbytes_tests/test_cuda_setup_evaluator.py diff --git a/tests/test_deprecated.py b/bitsandbytes_tests/test_deprecated.py similarity index 100% rename from tests/test_deprecated.py rename to bitsandbytes_tests/test_deprecated.py diff --git a/tests/test_functional.py b/bitsandbytes_tests/test_functional.py similarity index 100% rename from tests/test_functional.py rename to bitsandbytes_tests/test_functional.py diff --git a/tests/test_generation.py b/bitsandbytes_tests/test_generation.py similarity index 100% rename from tests/test_generation.py rename to bitsandbytes_tests/test_generation.py diff --git a/tests/test_linear4bit.py b/bitsandbytes_tests/test_linear4bit.py similarity index 100% rename from tests/test_linear4bit.py rename to bitsandbytes_tests/test_linear4bit.py diff --git a/tests/test_linear8bitlt.py b/bitsandbytes_tests/test_linear8bitlt.py similarity index 100% rename from tests/test_linear8bitlt.py rename to bitsandbytes_tests/test_linear8bitlt.py diff --git a/tests/test_modules.py b/bitsandbytes_tests/test_modules.py similarity index 100% rename from tests/test_modules.py rename to bitsandbytes_tests/test_modules.py diff --git a/tests/test_ops.py b/bitsandbytes_tests/test_ops.py similarity index 100% rename from tests/test_ops.py rename to bitsandbytes_tests/test_ops.py diff --git a/tests/test_optim.py b/bitsandbytes_tests/test_optim.py similarity index 100% rename from tests/test_optim.py rename to bitsandbytes_tests/test_optim.py diff --git a/tests/test_triton.py b/bitsandbytes_tests/test_triton.py similarity index 100% rename from tests/test_triton.py rename to bitsandbytes_tests/test_triton.py