diff --git a/doc/dev/contribute.rst b/doc/dev/contribute.rst index c9b4e28..90c6775 100644 --- a/doc/dev/contribute.rst +++ b/doc/dev/contribute.rst @@ -72,7 +72,7 @@ Before submitting a patch, please check the following points: .. code-block:: bash - pytest guidata + pytest Pull request ~~~~~~~~~~~~ diff --git a/doc/dev/howto.rst b/doc/dev/howto.rst index 9e52dc6..1bd6c6b 100644 --- a/doc/dev/howto.rst +++ b/doc/dev/howto.rst @@ -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:: diff --git a/doc/dev/platform.rst b/doc/dev/platform.rst index f548cdf..d6dc050 100644 --- a/doc/dev/platform.rst +++ b/doc/dev/platform.rst @@ -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: @@ -127,4 +127,4 @@ That's it, you can now run the tests using the following command: .. code-block:: bash - pytest guidata \ No newline at end of file + pytest \ No newline at end of file