From 3e1037b925af4a4c420cfd401bd509a298fce6f3 Mon Sep 17 00:00:00 2001 From: bala449 <125472122+bala449@users.noreply.github.com> Date: Wed, 4 Feb 2026 14:06:51 +0530 Subject: [PATCH] Refactor test data layout --- README.md | 5 ++++- test1.txt => tests/test1.txt | 0 test2.txt => tests/test2.txt | 0 test3.txt => tests/test3.txt | 0 test5.txt => tests/test5.txt | 0 test6.txt => tests/test6.txt | 0 6 files changed, 4 insertions(+), 1 deletion(-) rename test1.txt => tests/test1.txt (100%) rename test2.txt => tests/test2.txt (100%) rename test3.txt => tests/test3.txt (100%) rename test5.txt => tests/test5.txt (100%) rename test6.txt => tests/test6.txt (100%) diff --git a/README.md b/README.md index e87f6b7..bed6fc8 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -# git-test \ No newline at end of file +# git-test + +## Test data layout +The sample test files now live under the `tests/` directory to keep the repository root tidy and make room for future documentation or tooling. diff --git a/test1.txt b/tests/test1.txt similarity index 100% rename from test1.txt rename to tests/test1.txt diff --git a/test2.txt b/tests/test2.txt similarity index 100% rename from test2.txt rename to tests/test2.txt diff --git a/test3.txt b/tests/test3.txt similarity index 100% rename from test3.txt rename to tests/test3.txt diff --git a/test5.txt b/tests/test5.txt similarity index 100% rename from test5.txt rename to tests/test5.txt diff --git a/test6.txt b/tests/test6.txt similarity index 100% rename from test6.txt rename to tests/test6.txt