diff --git a/airbyte-ci/connectors/pipelines/README.md b/airbyte-ci/connectors/pipelines/README.md index a97340464adf..8e4bd299a777 100644 --- a/airbyte-ci/connectors/pipelines/README.md +++ b/airbyte-ci/connectors/pipelines/README.md @@ -508,9 +508,13 @@ This command runs the Python tests for a airbyte-ci poetry package. | ------------------ | -------- | ------- | --------------------------- | ------------------------------------------------------------------------------------------------ | | `-c/--poetry-run-command` | True | None | | The command to run with `poetry run` | -#### Example +#### Examples +You can pass multiple `-c/--poetry-run-command` options to run multiple commands. + +E.G.: running `pytest` and `mypy`: +`airbyte-ci test airbyte-ci/connectors/pipelines --poetry-run-command='pytest tests' --poetry-run-command='mypy pipelines'` -`airbyte-ci test airbyte-ci/connectors/pipelines --poetry-run-command='pytest tests'` +E.G.: running `pytest` on a specific test folder: `airbyte-ci tests airbyte-integrations/bases/connector-acceptance-test --poetry-run-command='pytest tests/unit_tests'` ## Changelog