diff options
| author | Raul Benencia <raul@thousandeyes.com> | 2023-04-17 16:41:55 -0700 |
|---|---|---|
| committer | Raul Benencia <46945030+raul-te@users.noreply.github.com> | 2023-04-19 08:32:34 -0700 |
| commit | 4f10d69e9ae57187022da47d9b530b7f9a84a7ea (patch) | |
| tree | 0bd6647f46ee5962b1a57c3b5c47551c853290e2 /test | |
| parent | 8b80016174c3e1be05007edfb78772f28e099891 (diff) | |
feat: support custom parameters in integ_test
Diffstat (limited to 'test')
| -rwxr-xr-x | test/integ-test/integ_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integ-test/integ_test.py b/test/integ-test/integ_test.py index 188017d..fe3899e 100755 --- a/test/integ-test/integ_test.py +++ b/test/integ-test/integ_test.py @@ -214,4 +214,4 @@ def test_template_variables_list(shoelaces_instance, script, env, vars): if __name__ == "__main__": - pytest.main(args=['-v'], plugins=None) + pytest.main(args=sys.argv[1:], plugins=None) |
