diff --git a/scripts/test/README.md b/tests/verification/README.md similarity index 100% rename from scripts/test/README.md rename to tests/verification/README.md diff --git a/scripts/test/register_test_clients.py b/tests/verification/register_test_clients.py similarity index 100% rename from scripts/test/register_test_clients.py rename to tests/verification/register_test_clients.py diff --git a/scripts/test/run_test_suite.py b/tests/verification/run_test_suite.py similarity index 100% rename from scripts/test/run_test_suite.py rename to tests/verification/run_test_suite.py diff --git a/scripts/test/run_tests.py b/tests/verification/run_tests.py similarity index 100% rename from scripts/test/run_tests.py rename to tests/verification/run_tests.py diff --git a/scripts/test/test_block_import.py b/tests/verification/test_block_import.py similarity index 100% rename from scripts/test/test_block_import.py rename to tests/verification/test_block_import.py diff --git a/scripts/test/test_block_import_complete.py b/tests/verification/test_block_import_complete.py similarity index 100% rename from scripts/test/test_block_import_complete.py rename to tests/verification/test_block_import_complete.py diff --git a/scripts/test/test_coordinator.py b/tests/verification/test_coordinator.py similarity index 100% rename from scripts/test/test_coordinator.py rename to tests/verification/test_coordinator.py diff --git a/scripts/test/test_host_miner.py b/tests/verification/test_host_miner.py similarity index 100% rename from scripts/test/test_host_miner.py rename to tests/verification/test_host_miner.py diff --git a/scripts/test/test_minimal.py b/tests/verification/test_minimal.py similarity index 100% rename from scripts/test/test_minimal.py rename to tests/verification/test_minimal.py diff --git a/scripts/test/test_model_validation.py b/tests/verification/test_model_validation.py similarity index 100% rename from scripts/test/test_model_validation.py rename to tests/verification/test_model_validation.py diff --git a/scripts/test/test_payment_integration.py b/tests/verification/test_payment_integration.py similarity index 100% rename from scripts/test/test_payment_integration.py rename to tests/verification/test_payment_integration.py diff --git a/scripts/test/test_payment_local.py b/tests/verification/test_payment_local.py similarity index 100% rename from scripts/test/test_payment_local.py rename to tests/verification/test_payment_local.py diff --git a/scripts/test/test_simple_import.py b/tests/verification/test_simple_import.py similarity index 100% rename from scripts/test/test_simple_import.py rename to tests/verification/test_simple_import.py diff --git a/scripts/test/test_transactions_display.py b/tests/verification/test_transactions_display.py similarity index 100% rename from scripts/test/test_transactions_display.py rename to tests/verification/test_transactions_display.py diff --git a/scripts/test/test_tx_import.py b/tests/verification/test_tx_import.py similarity index 100% rename from scripts/test/test_tx_import.py rename to tests/verification/test_tx_import.py diff --git a/scripts/test/test_tx_model.py b/tests/verification/test_tx_model.py similarity index 100% rename from scripts/test/test_tx_model.py rename to tests/verification/test_tx_model.py diff --git a/scripts/test/verify_explorer_live.py b/tests/verification/verify_explorer_live.py similarity index 100% rename from scripts/test/verify_explorer_live.py rename to tests/verification/verify_explorer_live.py diff --git a/scripts/test/verify_gpu_deployment.sh b/tests/verification/verify_gpu_deployment.sh similarity index 100% rename from scripts/test/verify_gpu_deployment.sh rename to tests/verification/verify_gpu_deployment.sh diff --git a/scripts/test/verify_toggle_removed.py b/tests/verification/verify_toggle_removed.py similarity index 100% rename from scripts/test/verify_toggle_removed.py rename to tests/verification/verify_toggle_removed.py diff --git a/scripts/test/verify_transactions_fixed.py b/tests/verification/verify_transactions_fixed.py similarity index 100% rename from scripts/test/verify_transactions_fixed.py rename to tests/verification/verify_transactions_fixed.py diff --git a/scripts/test/verify_windsurf_tests.py b/tests/verification/verify_windsurf_tests.py similarity index 100% rename from scripts/test/verify_windsurf_tests.py rename to tests/verification/verify_windsurf_tests.py