We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca8f3a commit 04258f9Copy full SHA for 04258f9
1 file changed
Makefile
@@ -98,7 +98,7 @@ sdk: get-openapi-generator ; $(info $(M) [OpenAPIv3] Generate Python SDK client
98
$Q cp -f $(BUILD_DIR)/tox.ini .
99
100
.PHONY: tests
101
-tests: ; $(info $(M) [Go] Testing Kowabunga SDK…) @
+tests: ; $(info $(M) [Python] Testing Kowabunga SDK…) @
102
$Q python3 -m venv $(RUNTIME_DIR)
103
$Q $(RUNTIME_DIR)/bin/pip3 install -r requirements.txt
104
$Q $(RUNTIME_DIR)/bin/pip3 install -r test-requirements.txt
0 commit comments