Skip to content

Commit

Permalink
Update testing.rst (celery#6507)
Browse files Browse the repository at this point in the history
Use double back ticks for some code examples, so that quotes don't get converted into smart-quotes.

celery#6497
  • Loading branch information
stuaxo authored Nov 30, 2020
1 parent 443ef65 commit ee13eae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/userguide/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ Enabling

Celery initially ships the plugin in a disabled state, to enable it you can either:

* `pip install celery[pytest]`
* `pip install pytest-celery`
* or add an environment variable `PYTEST_PLUGINS=celery.contrib.pytest`
* or add `pytest_plugins = ("celery.contrib.pytest", )` to your root conftest.py
* ``pip install celery[pytest]``
* ``pip install pytest-celery``
* or add an environment variable ``PYTEST_PLUGINS=celery.contrib.pytest``
* or add ``pytest_plugins = ("celery.contrib.pytest", )`` to your root conftest.py


Marks
Expand Down

0 comments on commit ee13eae

Please sign in to comment.