config.py testing: also test the get command
This commit is contained in:
parent
0409bcdef0
commit
61695e70f8
1 changed files with 2 additions and 0 deletions
|
@ -147,10 +147,12 @@ def run_all(options):
|
|||
for preset in presets:
|
||||
run_one(options, [preset])
|
||||
for symbol in TEST_SYMBOLS:
|
||||
run_one(options, ['get', symbol])
|
||||
run_one(options, ['set', symbol])
|
||||
run_one(options, ['--force', 'set', symbol])
|
||||
run_one(options, ['unset', symbol])
|
||||
for symbol in TEST_SYMBOLS_WITH_VALUE:
|
||||
run_one(options, ['get', symbol])
|
||||
run_one(options, ['set', symbol, 'value'])
|
||||
run_one(options, ['--force', 'set', symbol, 'value'])
|
||||
run_one(options, ['unset', symbol])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue