tests/test-ui-config.py.out
author Martin Geisler <mg@lazybytes.net>
Sun, 17 May 2009 01:39:31 +0200
changeset 8449 807f3f5c60e9
parent 8144 tests/test-ui-config.out@fca54469480e
child 10982 0a548640e012
permissions -rw-r--r--
tests: renamed Python tests to .py

[('string', 'string value'), ('bool1', 'true'), ('bool2', 'false')]
[('list1', 'foo'), ('list2', 'foo bar baz'), ('list3', 'alice, bob'), ('list4', 'foo bar baz alice, bob')]
---
'string value'
'true'
'false'
None
---
values.string not a boolean ('string value')
True
False
False
False
True
---
['foo']
['foo', 'bar', 'baz']
['alice', 'bob']
['foo', 'bar', 'baz', 'alice', 'bob']
['foo', 'bar', 'baz', 'alice', 'bob']
[]
[]
['foo']
['foo']
['foo', 'bar']
['foo', 'bar']
['foo bar']
['foo', 'bar']
None
True