potiuk commented on code in PR #44326:
URL: https://github.com/apache/airflow/pull/44326#discussion_r1859389741
##########
dev/breeze/src/airflow_breeze/commands/testing_commands.py:
##########
@@ -1022,6 +1024,92 @@ def helm_tests(
sys.exit(result.returncode)
+@group_for_testing.command(
+ name="openapi-tests",
+ help="Run open api tests.",
+ context_settings=dict(
+ ignore_unknown_options=True,
+ allow_extra_args=True,
+ ),
+)
+@option_install_airflow_python_client
Review Comment:
Also LIKELY the `--start-airflow-minimal-webserver-with-examples` is a BIT
too descriptive. Maybe `--start-webserver-with-examples` would be a bit better
?
--
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]