mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Merged fix for #13361 from 3.2.
This commit is contained in:
commit
39b53c50c4
2 changed files with 4 additions and 0 deletions
|
@ -310,6 +310,8 @@ class BuiltinLevelsTest(BaseTest):
|
|||
('INF.BADPARENT', 'INFO', '4'),
|
||||
])
|
||||
|
||||
def test_invalid_name(self):
|
||||
self.assertRaises(ValueError, logging.getLogger, any)
|
||||
|
||||
class BasicFilterTest(BaseTest):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue