gopidesupavan commented on code in PR #44326:
URL: https://github.com/apache/airflow/pull/44326#discussion_r1859391829
##########
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:
Ah i see great point i will update them :)
--
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]