jscheffl commented on code in PR #43979:
URL: https://github.com/apache/airflow/pull/43979#discussion_r1842818262


##########
dev/breeze/doc/05_test_commands.rst:
##########
@@ -187,34 +173,136 @@ Run all non-DB tests:
 
 .. code-block:: bash
 
-   breeze testing non-db-tests
+   breeze testing core-non-db-tests
 
 Only run non-DB tests from "API CLI WWW" test types:
 
 .. code-block:: bash
 
-   breeze testing non-db-tests --parallel-test-types "API CLI WWW"
+   breeze testing core-non-db-tests --parallel-test-types "API CLI WWW"
 
 Run all non-DB tests excluding those in CLI and WWW test types:
 
 .. code-block:: bash
 
-   breeze testing non-db-tests --excluded-parallel-test-types "CLI WWW"
+   breeze testing core-non-db-tests --excluded-parallel-test-types "CLI WWW"
+
+Here is the detailed set of options for the ``breeze testing 
core-non-db-tests`` command.
+
+.. image:: ./images/output_testing_core-non-db-tests.svg
+  :target: 
https://raw.githubusercontent.com/apache/airflow/main/dev/breeze/images/output_testing_core-non-db-tests.svg

Review Comment:
   I don't know if it is "clever" or has been linke this in other locations... 
do we really want to link to github / raw on main? Why are we not using the 
images generated by pre-commit locally with a realitve reference?



-- 
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]

Reply via email to