pierrejeambrun commented on PR #44619:
URL: https://github.com/apache/airflow/pull/44619#issuecomment-2521212960

   We use to be able to do something like `breeze testing  tests -- 
tests/api_fastapi` but this command has been removed.
   The best way now would be to enter breeze shell, and run pytest command 
there (cc: @potiuk maybe there's even better):
   ```shell
   breeze shell
   ```
   Or you can run them in your local virtual environment (faster but you might 
be missing external dependencies, and not identical to the CI)
   
   
https://github.com/apache/airflow/blob/main/dev/breeze/doc/05_test_commands.rst
   
https://github.com/apache/airflow/blob/main/contributing-docs/testing/unit_tests.rst


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