Skip to content

Commit 6e2e187

Browse files
committed
TST: relocate tests to pandas/tests/formats,types
1 parent faf581a commit 6e2e187

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,11 +596,11 @@ def pxd(name):
596596
'tests/data/*.table',
597597
'tests/data/*.html',
598598
'tests/data/html_encoding/*.html',
599-
'tests/test_json/data/*.json'],
599+
'tests/test_json/data/*.json',
600+
'tests/formats/data/*.csv'],
600601
'pandas.tools': ['tests/*.csv'],
601602
'pandas.tests': ['data/*.pickle',
602603
'data/*.csv'],
603-
'pandas.formats': ['data/*.csv'],
604604
'pandas.tests.indexes': ['data/*.pickle'],
605605
'pandas.tseries.tests': ['data/*.pickle',
606606
'data/*.csv']

0 commit comments

Comments
 (0)