We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a243b commit 42e60e2Copy full SHA for 42e60e2
pandas/api/tests/__init__.py renamed to pandas/tests/api/__init__.py
pandas/api/tests/test_api.py renamed to pandas/tests/api/test_api.py
@@ -133,7 +133,7 @@ def test_api(self):
133
134
class TestApi(Base, tm.TestCase):
135
136
- allowed = ['tests', 'types']
+ allowed = ['types']
137
138
def test_api(self):
139
setup.py
@@ -622,7 +622,6 @@ def pxd(name):
622
version=versioneer.get_version(),
623
packages=['pandas',
624
'pandas.api',
625
- 'pandas.api.tests',
626
'pandas.api.types',
627
'pandas.compat',
628
'pandas.compat.numpy',
@@ -639,6 +638,7 @@ def pxd(name):
639
638
'pandas.stats',
640
'pandas.util',
641
'pandas.tests',
+ 'pandas.tests.api',
642
'pandas.tests.frame',
643
'pandas.tests.indexes',
644
'pandas.tests.indexes.datetimes',
0 commit comments