Skip to content

Commit

Permalink
Merge pull request #1017 from meeseeksmachine/auto-backport-of-pr-101…
Browse files Browse the repository at this point in the history
…5-on-0.2.x

Backport PR #1015 on branch 0.2.x (Update docs for testing)
  • Loading branch information
trungleduc authored Oct 27, 2021
2 parents 34173b6 + 7316516 commit eb894a0
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 @@ -206,11 +206,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 eb894a0

Please sign in to comment.