We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11676bd commit d7963b5Copy full SHA for d7963b5
wiremock/Makefile
@@ -34,10 +34,6 @@ entrypoints: venv # Generate plugin entrypoints for Python package
34
35
format: ## Run ruff to format the whole codebase
36
$(VENV_RUN); python -m ruff format .; python -m ruff check --output-format=full --fix .
37
-
38
-test: ## Run integration tests (requires LocalStack running with the Extension installed)
39
- $(VENV_RUN); pytest tests $(PYTEST_ARGS)
40
41
sample-oss: ## Deploy sample app (OSS mode)
42
echo "Creating stubs in WireMock ..."
43
bin/create-stubs.sh
0 commit comments