From c52d6364589ee87b3e07beacb71310651c42a93a Mon Sep 17 00:00:00 2001 From: jbrockmendel Date: Sun, 22 Dec 2019 18:34:01 -0800 Subject: [PATCH] REF: standardize ttest_constructor filenames --- pandas/tests/base/{test_construction.py => test_constructors.py} | 0 .../datetimes/{test_construction.py => test_constructors.py} | 0 .../interval/{test_construction.py => test_constructors.py} | 0 .../indexes/multi/{test_constructor.py => test_constructors.py} | 0 .../indexes/period/{test_construction.py => test_constructors.py} | 0 .../timedeltas/{test_construction.py => test_constructors.py} | 0 .../timedelta/{test_construction.py => test_constructors.py} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename pandas/tests/base/{test_construction.py => test_constructors.py} (100%) rename pandas/tests/indexes/datetimes/{test_construction.py => test_constructors.py} (100%) rename pandas/tests/indexes/interval/{test_construction.py => test_constructors.py} (100%) rename pandas/tests/indexes/multi/{test_constructor.py => test_constructors.py} (100%) rename pandas/tests/indexes/period/{test_construction.py => test_constructors.py} (100%) rename pandas/tests/indexes/timedeltas/{test_construction.py => test_constructors.py} (100%) rename pandas/tests/scalar/timedelta/{test_construction.py => test_constructors.py} (100%) 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