Add a test to make sure that we correctly load boolean types as python bools

This commit is contained in:
Chris Jones 2009-12-28 22:16:47 +00:00
parent dc9ae3363d
commit 98015093d8
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ Classes relating to configuration
'click'
>>> config['focus']
'click'
>>> config['fullscreen'].__class__.__name__
'bool'
>>>
"""