Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
techgaun committed Jun 1, 2017
1 parent 008ccd3 commit 4ac499a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEVEL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ command :

make tests

To launch only some tests :
To launch particular tests :

nosetests --verbosity=2 tests/api/test_controller_command.py

Expand Down
4 changes: 2 additions & 2 deletions docs/DEVEL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ First, install the dependances :
sudo make tests-deps
To launch all the tests suite (about 140 tests), use the followind command :
To launch all the tests suite (about 140 tests), use the following command :

.. code-block:: bash
make tests
To launch on ly some tests :
To launch particular tests :

.. code-block:: bash
Expand Down

0 comments on commit 4ac499a

Please sign in to comment.