[qa] adds a rather stupid test to check valueholder works correctly. Still some operations missing.

This commit is contained in:
Romain Dorgueil
2017-05-22 22:22:36 +02:00
parent 04f2088220
commit 1ba31191ee
3 changed files with 69 additions and 0 deletions

View File

@ -59,6 +59,7 @@ def test_run_module(runner, capsys):
assert out[1].startswith('Bar ')
assert out[2].startswith('Baz ')
@all_runners
def test_run_path(runner, capsys):
runner('run', '--quiet', get_examples_path('types'))