This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit 54b99b9ec9c1f73c1a73ec6d00fa12493693c530 Author: Greg Stein <[email protected]> AuthorDate: Fri Sep 26 11:37:39 2025 -0500 Rename ./test/ to ./tests/ to match convention (best-practice) --- v3/{test => tests}/check_coverage.py | 0 v3/{test => tests}/populate_v2_stv.sh | 0 v3/{test => tests}/run_stv.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) diff --git a/v3/test/check_coverage.py b/v3/tests/check_coverage.py similarity index 100% rename from v3/test/check_coverage.py rename to v3/tests/check_coverage.py diff --git a/v3/test/populate_v2_stv.sh b/v3/tests/populate_v2_stv.sh similarity index 100% rename from v3/test/populate_v2_stv.sh rename to v3/tests/populate_v2_stv.sh diff --git a/v3/test/run_stv.py b/v3/tests/run_stv.py similarity index 100% rename from v3/test/run_stv.py rename to v3/tests/run_stv.py
