potiuk commented on code in PR #43979: URL: https://github.com/apache/airflow/pull/43979#discussion_r1842863492
########## 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: We are. This is how you refer to those images on GitHub I am afraid. Maybe we can do it differently, but this **works** -- 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]
