Skip to content

Commit b7200a1

Browse files
committed
Add syntax highlight to example in README
1 parent eb7f691 commit b7200a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ the `PyPI <https://pypi.python.org/pypi/pytest-flask>`__ overview page or
1414
How to start?
1515
-------------
1616

17-
Define your application fixture in ``conftest.py``::
17+
Define your application fixture in ``conftest.py``:
18+
19+
.. code-block:: python
1820
1921
from myapp import create_app
2022

0 commit comments

Comments
 (0)
close