MCPcopy
hub / github.com/microsoft/qlib / check_same

Method check_same

tests/test_pit.py:74–75  ·  view source on GitHub ↗
(self, a, b)

Source from the content-addressed store, hash-verified

72 return "".join(str(obj).split())
73
74 def check_same(self, a, b):
75 self.assertEqual(self.to_str(a), self.to_str(b))
76
77 def test_query(self):
78 instruments = ["sh600519"]

Callers 6

test_queryMethod · 0.95
test_no_exist_dataMethod · 0.95
test_exprMethod · 0.95
test_unlimitMethod · 0.95
test_expr2Method · 0.95
test_pref_operatorMethod · 0.95

Calls 1

to_strMethod · 0.95

Tested by

no test coverage detected