From c8eeb8573dfcacd05883609747592924524d6f84 Mon Sep 17 00:00:00 2001 From: Stas Kelvich Date: Thu, 25 Mar 2021 19:47:29 +0300 Subject: [PATCH] add 'test_' prexix to test files to avoid lots of similarly-name files in repo --- tests/{compute.rs => test_compute.rs} | 0 tests/{control_plane.rs => test_control_plane.rs} | 0 tests/{pageserver.rs => test_pageserver.rs} | 0 tests/{wal_acceptor.rs => test_wal_acceptor.rs} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tests/{compute.rs => test_compute.rs} (100%) rename tests/{control_plane.rs => test_control_plane.rs} (100%) rename tests/{pageserver.rs => test_pageserver.rs} (100%) rename tests/{wal_acceptor.rs => test_wal_acceptor.rs} (100%) diff --git a/tests/compute.rs b/tests/test_compute.rs similarity index 100% rename from tests/compute.rs rename to tests/test_compute.rs diff --git a/tests/control_plane.rs b/tests/test_control_plane.rs similarity index 100% rename from tests/control_plane.rs rename to tests/test_control_plane.rs diff --git a/tests/pageserver.rs b/tests/test_pageserver.rs similarity index 100% rename from tests/pageserver.rs rename to tests/test_pageserver.rs diff --git a/tests/wal_acceptor.rs b/tests/test_wal_acceptor.rs similarity index 100% rename from tests/wal_acceptor.rs rename to tests/test_wal_acceptor.rs