Skip to content

Commit b14d0df

Browse files
committed
CLN: rename json test inline with others
1 parent af006a4 commit b14d0df

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ def pxd(name):
583583
'pandas.tseries.tests',
584584
'pandas.types',
585585
'pandas.io.tests',
586-
'pandas.io.tests.test_json',
586+
'pandas.io.tests.json',
587587
'pandas.stats.tests',
588588
'pandas.msgpack'
589589
],
@@ -602,7 +602,7 @@ def pxd(name):
602602
'tests/sas/data/*.sas7bdat',
603603
'tests/data/*.html',
604604
'tests/data/html_encoding/*.html',
605-
'tests/test_json/data/*.json'],
605+
'tests/json/data/*.json'],
606606
'pandas.tools': ['tests/*.csv'],
607607
'pandas.tests': ['data/*.pickle',
608608
'data/*.csv'],

0 commit comments

Comments
 (0)