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

Method test_deprecated_related_packages

stix/test/ttp_test.py:200–203  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

198
199 @assert_warnings
200 def test_deprecated_related_packages(self):
201 t = ttp.TTP()
202 t.related_packages.append(STIXPackage())
203 self.assertEqual(len(t.related_packages), 1)
204
205
206class TTPIdentityTests(EntityTestCase, unittest.TestCase):

Callers

nothing calls this directly

Calls 1

STIXPackageClass · 0.90

Tested by

no test coverage detected