mik-laj commented on a change in pull request #8985:
URL: https://github.com/apache/airflow/pull/8985#discussion_r429529427
##########
File path: TESTING.rst
##########
@@ -966,15 +966,15 @@ Running BATS Tests via Docker
To run all tests:
-```
-docker run -it --workdir /airflow -v $(pwd):/airflow bats/bats:latest -r
/airflow/tests/bats
-```
+.. code-block:: bash
+
Review comment:
```suggestion
```
##########
File path: TESTING.rst
##########
@@ -966,15 +966,15 @@ Running BATS Tests via Docker
To run all tests:
-```
-docker run -it --workdir /airflow -v $(pwd):/airflow bats/bats:latest -r
/airflow/tests/bats
-```
+.. code-block:: bash
+
+ docker run -it --workdir /airflow -v $(pwd):/airflow bats/bats:latest -r
/airflow/tests/bats
To run a single test:
-```
-docker run -it --workdir /airflow -v $(pwd):/airflow bats/bats:latest
/airflow/tests/bats/your_test_file.bats
-```
+.. code-block:: bash
+
Review comment:
```suggestion
```
----------------------------------------------------------------
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]