-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
Testingpandas testing functions or related to the test suitepandas testing functions or related to the test suite
Milestone
Description
Currently these two have different places to look for the relevant equality tests: TestCase
has assert_numpy_array_equivalent
and assert_numpy_array_equal
but the testing module has assert_frame_equal
and assert_series_equal
.
It would be nice if all substantial code is available form the testing module and TestCase
implements a small wrapper around these methods. That way someone outside pandas can import tm
and us ethe methods without subclassing TestCase
.
Metadata
Metadata
Assignees
Labels
Testingpandas testing functions or related to the test suitepandas testing functions or related to the test suite