Skip to content

Commit

Permalink
updating console code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaelpadilla committed Feb 24, 2020
1 parent 751cd43 commit 1809db5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This package includes some doctests, as well as unit tests that can be run with

After cloning the repository, you can run the doctests with:

.. code-block::
::

$ python3 -m doctest ./ciuy/__init__.py -v
(several lines ommited)
Expand All @@ -61,7 +61,7 @@ After cloning the repository, you can run the doctests with:

Use :any:`pytest<pytest:index>` to run the unit tests:

.. code-block::
::

$ pytest
============================= test session starts ==============================
Expand All @@ -78,7 +78,7 @@ Use :any:`pytest<pytest:index>` to run the unit tests:

You can also use :any:`pytest<pytest:index>` to run all tests, including doctests, with:

.. code-block::
::

$ py.test --doctest-modules

Expand Down

0 comments on commit 1809db5

Please sign in to comment.