Add a test to make sure that we correctly load boolean types as python bools
This commit is contained in:
parent
dc9ae3363d
commit
98015093d8
|
@ -35,6 +35,8 @@ Classes relating to configuration
|
|||
'click'
|
||||
>>> config['focus']
|
||||
'click'
|
||||
>>> config['fullscreen'].__class__.__name__
|
||||
'bool'
|
||||
>>>
|
||||
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue