Skip to content

Commit 90dd3f9

Browse files
authored
TST: reduce amount of nesting in tests, specifically move core routines up higher (#16030)
1 parent c6060a8 commit 90dd3f9

27 files changed

+3
-3
lines changed
File renamed without changes.

pandas/tests/core/sparse/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -655,9 +655,9 @@ def pxd(name):
655655
'pandas.util',
656656
'pandas.tests',
657657
'pandas.tests.api',
658-
'pandas.tests.core.dtypes',
659-
'pandas.tests.core.computation',
660-
'pandas.tests.core.sparse',
658+
'pandas.tests.dtypes',
659+
'pandas.tests.computation',
660+
'pandas.tests.sparse',
661661
'pandas.tests.frame',
662662
'pandas.tests.indexes',
663663
'pandas.tests.indexes.datetimes',

0 commit comments

Comments
 (0)