MCPcopy Create free account
hub / github.com/STIXProject/python-stix / _test_round_trip_dict

Method _test_round_trip_dict

stix/test/__init__.py:172–175  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

170
171 @silence_warnings
172 def _test_round_trip_dict(self, input):
173 dict2 = round_trip_dict(self.klass, input)
174 self.maxDiff = None
175 self.assertEqual(input, dict2)
176
177 @silence_warnings
178 def _test_partial_dict(self, partial):

Callers 1

_test_partial_dictMethod · 0.95

Calls 1

round_trip_dictFunction · 0.85

Tested by

no test coverage detected