Skip to content

Commit

Permalink
Merge pull request #1015 from davidbrochart/fix_doc
Browse files Browse the repository at this point in the history
Update docs for testing
  • Loading branch information
trungleduc authored Oct 27, 2021
2 parents cd8ed11 + 44a084d commit 31d65f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,11 @@ Enable the Jupyter server extension:
jupyter server extension enable voila.server_extension --sys-prefix
Running the tests locally also requires the `test_template` to be installed:
Running the tests locally also requires the `test_template` and `skip_template` to be installed:

.. code-block:: bash
python -m pip install ./tests/test_template
python -m pip install ./tests/test_template ./tests/skip_template
Finally, to run the tests:

Expand Down

0 comments on commit 31d65f1

Please sign in to comment.