From 9d7fe860f28cf97d664ace5fdfd6e2beb8d3ecac Mon Sep 17 00:00:00 2001 From: Vladimir Chebotarev Date: Sat, 24 May 2025 22:09:32 +0300 Subject: [PATCH] Rename tests directory --- {tests => bitsandbytes_tests}/__init__.py | 0 {tests => bitsandbytes_tests}/conftest.py | 0 {tests => bitsandbytes_tests}/helpers.py | 0 {tests => bitsandbytes_tests}/test_autograd.py | 0 {tests => bitsandbytes_tests}/test_cuda_setup_evaluator.py | 0 {tests => bitsandbytes_tests}/test_deprecated.py | 0 {tests => bitsandbytes_tests}/test_functional.py | 0 {tests => bitsandbytes_tests}/test_generation.py | 0 {tests => bitsandbytes_tests}/test_linear4bit.py | 0 {tests => bitsandbytes_tests}/test_linear8bitlt.py | 0 {tests => bitsandbytes_tests}/test_modules.py | 0 {tests => bitsandbytes_tests}/test_ops.py | 0 {tests => bitsandbytes_tests}/test_optim.py | 0 {tests => bitsandbytes_tests}/test_triton.py | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename {tests => bitsandbytes_tests}/__init__.py (100%) rename {tests => bitsandbytes_tests}/conftest.py (100%) rename {tests => bitsandbytes_tests}/helpers.py (100%) rename {tests => bitsandbytes_tests}/test_autograd.py (100%) rename {tests => bitsandbytes_tests}/test_cuda_setup_evaluator.py (100%) rename {tests => bitsandbytes_tests}/test_deprecated.py (100%) rename {tests => bitsandbytes_tests}/test_functional.py (100%) rename {tests => bitsandbytes_tests}/test_generation.py (100%) rename {tests => bitsandbytes_tests}/test_linear4bit.py (100%) rename {tests => bitsandbytes_tests}/test_linear8bitlt.py (100%) rename {tests => bitsandbytes_tests}/test_modules.py (100%) rename {tests => bitsandbytes_tests}/test_ops.py (100%) rename {tests => bitsandbytes_tests}/test_optim.py (100%) rename {tests => bitsandbytes_tests}/test_triton.py (100%) 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