mik-laj commented on a change in pull request #6496: [AIRFLOW-5704] Improve Kind Kubernetes scripts for local testing. Depends on [AIRFLOW-5827] [AIRFLOW-5830] [AIRFLOW-5829] URL: https://github.com/apache/airflow/pull/6496#discussion_r342138044
########## File path: BREEZE.rst ########## @@ -717,33 +709,42 @@ On the host: ./scripts/ci/ci_pylint.sh ./airflow/example_dags/test_utils.py Running Test Suites via Scripts --------------------------------------------- +------------------------------- + +To run tests use ``./scripts/ci/local_ci_run_airflow_testing.sh`` scripts. + +Optionally use one of the variables (defaults are bold): + +* PYTHON_VERSION is one of **3.5**/3.6/3.7 +* BACKEND is one of **sqlite**/postgres//mysql Review comment: ```diff -* BACKEND is one of **sqlite**/postgres//mysql +* BACKEND is one of **sqlite**/postgres/mysql ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
