File tree 1 file changed +6
-2
lines changed
airbyte-ci/connectors/pipelines
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -508,9 +508,13 @@ This command runs the Python tests for a airbyte-ci poetry package.
508
508
| ------------------ | -------- | ------- | --------------------------- | ------------------------------------------------------------------------------------------------ |
509
509
| ` -c/--poetry-run-command ` | True | None | | The command to run with ` poetry run ` |
510
510
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' `
512
516
513
- ` airbyte-ci test airbyte-ci/connectors/pipelines --poetry-run-command='pytest tests' `
517
+ E.G.: running ` pytest ` on a specific test folder:
514
518
` airbyte-ci tests airbyte-integrations/bases/connector-acceptance-test --poetry-run-command='pytest tests/unit_tests' `
515
519
516
520
## Changelog
You can’t perform that action at this time.
0 commit comments