@@ -148,7 +148,7 @@ This simple test then,
148148
149149 Will run against all of the (enabled) possible combinations of the environment matrix.
150150
151- .. code-block :: bash
151+ .. code-block :: console
152152
153153 pytest tests/test_example.py
154154 ======================================================================= test session starts ===================================
@@ -165,7 +165,7 @@ With each iteration having its own isolated environment.
165165RabbitMQ Broker Iteration Breakdown
166166###################################
167167
168- .. code-block :: bash
168+ .. code-block :: console
169169
170170 docker ps
171171 CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
@@ -175,7 +175,7 @@ RabbitMQ Broker Iteration Breakdown
175175
176176 With the worker configured correctly for its broker and backend.
177177
178- .. code-block :: bash
178+ .. code-block :: console
179179
180180 -------------- celery_test_worker@0ffb4e75b5e4 v5.3.6 (emerald-rush)
181181 --- ***** -----
@@ -193,7 +193,7 @@ With the worker configured correctly for its broker and backend.
193193
194194 With more verbose test logs.
195195
196- .. code-block :: bash
196+ .. code-block :: console
197197
198198 ============================= test session starts ==============================
199199 ...
@@ -215,7 +215,7 @@ With more verbose test logs.
215215 Redis Broker Iteration Breakdown
216216################################
217217
218- .. code-block :: bash
218+ .. code-block :: console
219219
220220 docker ps
221221 CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
@@ -225,7 +225,7 @@ Redis Broker Iteration Breakdown
225225
226226 With the worker configured correctly for its broker and backend.
227227
228- .. code-block :: bash
228+ .. code-block :: console
229229
230230 -------------- celery_test_worker@37e8ea35206f v5.3.6 (emerald-rush)
231231 --- ***** -----
@@ -243,7 +243,7 @@ With the worker configured correctly for its broker and backend.
243243
244244 With more verbose test logs.
245245
246- .. code-block :: bash
246+ .. code-block :: console
247247
248248 ============================= test session starts ==============================
249249 ...
@@ -299,7 +299,7 @@ Or, testing the :ref:`default redis broker <redis-broker>` at the node level.
299299 Remember, each test case is isolated. This means that both of these tests
300300can run in parallel, and **each will be assigned its own container instance. **
301301
302- .. code-block :: bash
302+ .. code-block :: console
303303
304304 pytest tests/test_example.py -n auto
305305 ======================================================================= test session starts ===================================
@@ -312,7 +312,7 @@ can run in parallel, and **each will be assigned its own container instance.**
312312
313313 ======================================================================== 2 passed in 1.72s ====================================
314314
315- .. code-block :: bash
315+ .. code-block :: console
316316
317317 docker ps
318318 CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0 commit comments