Skip to content

Commit 05f5378

Browse files
committed
update readme with better example
1 parent 004cdcc commit 05f5378

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

airbyte-ci/connectors/pipelines/README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -508,9 +508,13 @@ This command runs the Python tests for a airbyte-ci poetry package.
508508
| ------------------ | -------- | ------- | --------------------------- | ------------------------------------------------------------------------------------------------ |
509509
| `-c/--poetry-run-command` | True | None | | The command to run with `poetry run` |
510510

511-
#### Example
511+
#### Examples
512+
You can pass multiple `-c/--poetry-run-command` options to run multiple commands.
513+
514+
E.G.: running `pytest` and `mypy`:
515+
`airbyte-ci test airbyte-ci/connectors/pipelines --poetry-run-command='pytest tests' --poetry-run-command='mypy pipelines'`
512516

513-
`airbyte-ci test airbyte-ci/connectors/pipelines --poetry-run-command='pytest tests'`
517+
E.G.: running `pytest` on a specific test folder:
514518
`airbyte-ci tests airbyte-integrations/bases/connector-acceptance-test --poetry-run-command='pytest tests/unit_tests'`
515519

516520
## Changelog

0 commit comments

Comments
 (0)