diff --git a/pandas/tests/base/test_construction.py b/pandas/tests/base/test_constructors.py similarity index 100% rename from pandas/tests/base/test_construction.py rename to pandas/tests/base/test_constructors.py diff --git a/pandas/tests/indexes/datetimes/test_construction.py b/pandas/tests/indexes/datetimes/test_constructors.py similarity index 100% rename from pandas/tests/indexes/datetimes/test_construction.py rename to pandas/tests/indexes/datetimes/test_constructors.py diff --git a/pandas/tests/indexes/interval/test_construction.py b/pandas/tests/indexes/interval/test_constructors.py similarity index 100% rename from pandas/tests/indexes/interval/test_construction.py rename to pandas/tests/indexes/interval/test_constructors.py diff --git a/pandas/tests/indexes/multi/test_constructor.py b/pandas/tests/indexes/multi/test_constructors.py similarity index 100% rename from pandas/tests/indexes/multi/test_constructor.py rename to pandas/tests/indexes/multi/test_constructors.py diff --git a/pandas/tests/indexes/period/test_construction.py b/pandas/tests/indexes/period/test_constructors.py similarity index 100% rename from pandas/tests/indexes/period/test_construction.py rename to pandas/tests/indexes/period/test_constructors.py diff --git a/pandas/tests/indexes/timedeltas/test_construction.py b/pandas/tests/indexes/timedeltas/test_constructors.py similarity index 100% rename from pandas/tests/indexes/timedeltas/test_construction.py rename to pandas/tests/indexes/timedeltas/test_constructors.py diff --git a/pandas/tests/scalar/timedelta/test_construction.py b/pandas/tests/scalar/timedelta/test_constructors.py similarity index 100% rename from pandas/tests/scalar/timedelta/test_construction.py rename to pandas/tests/scalar/timedelta/test_constructors.py