diff --git a/src-python/docs/details/backend_test.md b/src-python/docs/test_endpoints.md similarity index 98% rename from src-python/docs/details/backend_test.md rename to src-python/docs/test_endpoints.md index 9cd03d81..f63596e4 100644 --- a/src-python/docs/details/backend_test.md +++ b/src-python/docs/test_endpoints.md @@ -1,4 +1,4 @@ -# backend_test.py - APIエンドポイントテストモジュール +# test_endpoints.py - APIエンドポイントテストモジュール ## 概要 VRCTアプリケーションのAPIエンドポイントを包括的にテストするためのモジュールです。メインループの各種機能をランダムアクセスでテストし、システムの安定性と堅牢性を検証します。 diff --git a/src-python/backend_test.py b/src-python/test_endpoints.py similarity index 100% rename from src-python/backend_test.py rename to src-python/test_endpoints.py