Skip to content

Commit

Permalink
update readme with better example
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Jan 3, 2024
1 parent 004cdcc commit 05f5378
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions airbyte-ci/connectors/pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05f5378

Please sign in to comment.