potiuk commented on code in PR #44326:
URL: https://github.com/apache/airflow/pull/44326#discussion_r1859383751
##########
dev/breeze/doc/05_test_commands.rst:
##########
@@ -218,6 +218,29 @@ Here is the detailed set of options for the ``breeze
testing providers-integrati
:alt: Breeze testing providers-integration-tests
+Running OpenAPI Client tests
+...................................
+
+To run OpenAPI Client tests, you need to have airflow python client packaged
in dist folder.
+To package the client, clone the airflow-python-client repository and run the
following command:
+
+.. code-block:: bash
+
+ breeze release-management prepare-python-client --package-format both
+ --version-suffix-for-pypi dev0 --python-client-repo
./airflow-client-python
+
+.. code-block:: bash
+
+ breeze testing openapi-tests
Review Comment:
```suggestion
breeze testing python-api-client-tests
```
Maybe?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]