MCPcopy
hub / github.com/jhao104/proxy_pool / testLogHandler

Function testLogHandler

test/testLogHandler.py:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17
18def testLogHandler():
19 log = LogHandler('test')
20 log.info('this is info')
21 log.error('this is error')
22
23
24if __name__ == '__main__':

Callers 1

testLogHandler.pyFile · 0.85

Calls 1

LogHandlerClass · 0.90

Tested by

no test coverage detected