MCPcopy Create free account
hub / github.com/StackStorm/st2 / test_to_reference

Method test_to_reference

st2common/tests/unit/test_reference.py:55–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 super(ReferenceTest, cls).tearDownClass()
54
55 def test_to_reference(self):
56 ref = reference.get_ref_from_model(self.__model)
57 self.assertEqual(ref, self.__ref, "Failed to generated equivalent ref.")
58
59 def test_to_reference_no_model(self):
60 try:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected