We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3dfffc0 + 1761abf commit b1116fbCopy full SHA for b1116fb
Makefile
@@ -1,3 +1,3 @@
1
-.PHONY: test-openshift-4
2
-test-openshift-4:
3
- cd tests && PYTHONPATH=$(CURDIR) python3 -m pytest --verbose --color=yes --showlocals .
+.PHONY: test-openshift-pytest
+test-openshift-pytest:
+ cd tests && PYTHONPATH=$(CURDIR) python3.12 -m pytest -s -rA --showlocals -vv test_nodejs*.py
0 commit comments