Lines Matching refs:run_one
98 def run_one(options, args, stem_prefix='', input_file=None):
154 run_one(options, [preset])
156 run_one(options, ['get', symbol])
157 (stem, filename) = run_one(options, ['set', symbol])
158 run_one(options, ['get', symbol], stem_prefix=stem, input_file=filename)
159 run_one(options, ['--force', 'set', symbol])
160 (stem, filename) = run_one(options, ['set', symbol, 'value'])
161 run_one(options, ['get', symbol], stem_prefix=stem, input_file=filename)
162 run_one(options, ['--force', 'set', symbol, 'value'])
163 run_one(options, ['unset', symbol])