mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-09 11:19:23 +08:00
TST: coverage
This commit is contained in:
@@ -380,6 +380,12 @@ def assert_timestamp_and_datetime_equal(result,
|
||||
)
|
||||
|
||||
|
||||
def assert_isidentical(result, expected, msg=''):
|
||||
assert result.isidentical(expected), (
|
||||
'%s%s is not identical to %s' % (_fmt_msg(msg), result, expected)
|
||||
)
|
||||
|
||||
|
||||
try:
|
||||
# pull the dshape cases in
|
||||
from datashape.util.testing import assert_dshape_equal
|
||||
|
||||
Reference in New Issue
Block a user