From 52ef75b04fe354f5684bca08fc79781a453b3d00 Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Fri, 31 Mar 2017 12:10:18 -0400 Subject: [PATCH] tests in api --- pandas/tests/api/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/tests/api/test_api.py b/pandas/tests/api/test_api.py index 73222c246fc70f..3bb263ed943370 100644 --- a/pandas/tests/api/test_api.py +++ b/pandas/tests/api/test_api.py @@ -86,7 +86,7 @@ class TestPDApi(Base, tm.TestCase): 'read_gbq', 'read_hdf', 'read_html', 'read_json', 'read_msgpack', 'read_pickle', 'read_sas', 'read_sql', 'read_sql_query', 'read_sql_table', 'read_stata', - 'read_table', 'read_feather'] + 'read_table', 'read_feather', 'read_parquet'] # top-level to_* funcs funcs_to = ['to_datetime', 'to_msgpack',