Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from pandas._libs import join as libjoin
import pandas.util.testing as tm
from pandas.tests.reshape.test_merge import get_test_data, N, NGROUPS
from pandas.tests.reshape.merge.test_merge import get_test_data, N, NGROUPS


a_ = np.array
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,7 @@ def pxd(name):
'pandas.tests.io.formats',
'pandas.tests.groupby',
'pandas.tests.reshape',
'pandas.tests.reshape.merge',
'pandas.tests.series',
'pandas.tests.scalar',
'pandas.tests.tseries',
Expand Down Expand Up @@ -800,6 +801,7 @@ def pxd(name):
'pandas.tests.io.formats': ['data/*.csv'],
'pandas.tests.io.msgpack': ['data/*.mp'],
'pandas.tests.reshape': ['data/*.csv'],
'pandas.tests.reshape.merge': ['data/*.csv'],
'pandas.tests.tseries.offsets': ['data/*.pickle'],
'pandas.io.formats': ['templates/*.tpl']
},
Expand Down