Skip to content

Commit 42e60e2

Browse files
committed
move api tests
1 parent 61a243b commit 42e60e2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

pandas/api/tests/test_api.py renamed to pandas/tests/api/test_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def test_api(self):
133133

134134
class TestApi(Base, tm.TestCase):
135135

136-
allowed = ['tests', 'types']
136+
allowed = ['types']
137137

138138
def test_api(self):
139139

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,6 @@ def pxd(name):
622622
version=versioneer.get_version(),
623623
packages=['pandas',
624624
'pandas.api',
625-
'pandas.api.tests',
626625
'pandas.api.types',
627626
'pandas.compat',
628627
'pandas.compat.numpy',
@@ -639,6 +638,7 @@ def pxd(name):
639638
'pandas.stats',
640639
'pandas.util',
641640
'pandas.tests',
641+
'pandas.tests.api',
642642
'pandas.tests.frame',
643643
'pandas.tests.indexes',
644644
'pandas.tests.indexes.datetimes',

0 commit comments

Comments
 (0)