aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaul Benencia <raul@thousandeyes.com>2023-04-17 16:41:55 -0700
committerRaul Benencia <46945030+raul-te@users.noreply.github.com>2023-04-19 08:32:34 -0700
commit4f10d69e9ae57187022da47d9b530b7f9a84a7ea (patch)
tree0bd6647f46ee5962b1a57c3b5c47551c853290e2
parent8b80016174c3e1be05007edfb78772f28e099891 (diff)
feat: support custom parameters in integ_test
-rw-r--r--Makefile2
-rwxr-xr-xtest/integ-test/integ_test.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5f33e91..438452c 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ docs: shoelaces.8
test: fmt
$(GO) test -v $(pkgs) && \
- ./test/integ-test/integ_test.py
+ ./test/integ-test/integ_test.py -vv
.PHONY: all clean docs
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)
nihil fit ex nihilo