Skip to content

Commit

Permalink
Fix minor typos in contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Dec 4, 2020
1 parent a2a62c6 commit c8ef016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ Testing tips
----------------
You can test your project using any specific combination of python, django and django cms.

For example ``tox -epy3.7-django30-cms37`` runs the tests on python 3.7, Django 3.0 and django CMS 3.7.
For example ``tox -epy37-django30-cms37`` runs the tests on python 3.7, Django 3.0 and django CMS 3.7.

As the project uses `pytest <https://pytest.org/>`_ as test runner, you can pass any pytest option by setting the
``PYTEST_ARGS`` environment variable, usually by prepending to the ``tox`` command. Example::

PYTEST_ARGS=" -s tests/test_plugins.py::PluginTest -p no:warnings" tox -epy3.7-django30-cms37
PYTEST_ARGS=" -s tests/test_plugins.py::PluginTest -p no:warnings" tox -epy37-django30-cms37


Pull Request Guidelines
Expand Down

0 comments on commit c8ef016

Please sign in to comment.