8th day of python challenges 111-117
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import pandas.util.testing as tm
|
||||
|
||||
|
||||
class BaseExtensionTests:
|
||||
|
||||
assert_equal = staticmethod(tm.assert_equal)
|
||||
assert_series_equal = staticmethod(tm.assert_series_equal)
|
||||
assert_frame_equal = staticmethod(tm.assert_frame_equal)
|
||||
assert_extension_array_equal = staticmethod(tm.assert_extension_array_equal)
|
Reference in New Issue
Block a user