vincbeck commented on code in PR #30705:
URL: https://github.com/apache/airflow/pull/30705#discussion_r1170371850


##########
BREEZE.rst:
##########
@@ -788,6 +788,16 @@ For example this will only run provider tests for airbyte 
and http providers:
 
    breeze testing tests --test-type "Providers[airbyte,http]"
 
+You can also exclude some providers from ``breeze testing tests`` command is 
that you can easily
+specify to run all Providers except those specified.

Review Comment:
   I am not english native speaker so I might be wrong but the sentence looks 
weird to me.
   
   ```suggestion
   You can also exclude some providers from ``breeze testing tests`` command  
to run all providers except those specified.
   ```



##########
dev/breeze/src/airflow_breeze/commands/testing_commands.py:
##########
@@ -336,8 +298,8 @@ def run_tests_in_parallel(
 @option_mount_sources
 @click.option(
     "--test-type",
-    help="Type of test to run. Note that with Providers, you can also specify 
which provider "
-    'tests should be run - for example --test-type "Providers[airbyte,http]"',
+    help="Type of test to run. With Providers, you can specify which Providers 
"

Review Comment:
   ```suggestion
       help="Type of test to run. With Providers, you can specify which 
provider "
   ```



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to