(self)
| 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 |
nothing calls this directly
no test coverage detected