Files

12 lines
168 B
Python
Raw Permalink Normal View History

2019-08-04 15:26:35 +03:00
# flake8: noqa
"""
Public testing utility functions.
"""
from pandas.util.testing import (
assert_frame_equal,
assert_index_equal,
assert_series_equal,
)