MCPcopy Create free account
hub / github.com/intelowlproject/IntelOwl / test_str

Method test_str

tests/api_app/test_models.py:75–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73 self.assertEqual(pc.python_complete_path, "teeest.test.Test")
74
75 def test_str(self):
76 pc = PythonModule(module="test.Test", base_path="teeest")
77 self.assertEqual(str(pc), "test.Test")
78
79 def test_unique_together(self):
80 try:

Callers

nothing calls this directly

Calls 1

PythonModuleClass · 0.90

Tested by

no test coverage detected