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

Method test_alternative_ids

stix/test/indicator_test.py:64–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62 self._test_partial_dict(d)
63
64 def test_alternative_ids(self):
65 d = {
66 'alternative_id': [
67 "test 1",
68 "not a test 2"
69 ],
70 }
71
72 self._test_partial_dict(d)
73
74 def test_valid_time_positions(self):
75 d = {

Callers

nothing calls this directly

Calls 1

_test_partial_dictMethod · 0.80

Tested by

no test coverage detected