MCPcopy Index your code
hub / github.com/python/cpython / testAssertLogsPerLevel

Method testAssertLogsPerLevel

Lib/test/test_unittest/test_case.py:1861–1863  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1859 [{'name': 'foo.bar'}, {'name': 'quux'}])
1860
1861 def testAssertLogsPerLevel(self):
1862 self.checkAssertLogsPerLevel(logging.ERROR)
1863 self.checkAssertLogsPerLevel('ERROR')
1864
1865 def checkAssertLogsPerLogger(self, logger):
1866 # Check per-logger filtering

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected