joppevos commented on code in PR #23445: URL: https://github.com/apache/airflow/pull/23445#discussion_r864508091
########## TESTING.rst: ########## @@ -168,19 +168,19 @@ to breeze. .. code-block:: bash - ./breeze-legacy tests tests/providers/http/hooks/test_http.py tests/core/test_core.py --db-reset -- --log-cli-level=DEBUG + ./breeze tests tests/providers/http/hooks/test_http.py tests/core/test_core.py --db-reset -- --log-cli-level=DEBUG You can run the whole test suite without adding the test target: .. code-block:: bash - ./breeze-legacy tests --db-reset + ./breeze tests --db-reset Review Comment: Thanks, you are right. I will remove it 👍 -- 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]
