MCPcopy Create free account
hub / github.com/CiscoPSIRT/openVulnQuery / MockLogger

Class MockLogger

tests/test_advisory.py:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30class MockLogger(object):
31 def debug(self, *args, **kwargs):
32 pass
33
34
35class AdvisoryTest(unittest.TestCase):

Calls

no outgoing calls