Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Mar 12, 2024
1 parent 90d13d0 commit 8a52aa4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/dev/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Before submitting a patch, please check the following points:

.. code-block:: bash
pytest guidata
pytest
Pull request
~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion doc/dev/howto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To run the unittests, you need:

Then run the following command::

pytest guidata
pytest

To run test with coverage support, use the following command::

Expand Down
4 changes: 2 additions & 2 deletions doc/dev/platform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ That's it, you can now run the tests using the following command:

.. code-block:: bash
pytest guidata
pytest
If you want to rely on Visual Studio Code for editing and take advantage of the
project settings and tasks, you will need to set the following environment variable:
Expand Down Expand Up @@ -127,4 +127,4 @@ That's it, you can now run the tests using the following command:

.. code-block:: bash
pytest guidata
pytest

0 comments on commit 8a52aa4

Please sign in to comment.