Skip to content

Commit

Permalink
Merge pull request #33371 from openedx/ashultz0/emphasize-most-import…
Browse files Browse the repository at this point in the history
…ant-test-instruction

docs: actually pull the eye to the most weird and critical instruction
  • Loading branch information
ashultz0 authored Sep 28, 2023
2 parents b06bc8d + 3d00f5a commit 4266934
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions docs/concepts/testing/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,8 @@ Test Locations
Running Tests
=============

You can run all of the unit-level tests using this command::
**Unless otherwise mentioned, all the following commands should be run from inside the lms docker container.**

paver test

This includes python, JavaScript, and documentation tests.

Note -
`paver` is a scripting tool. To get information about various options, you can run the this command::

paver -h

Note -
Unless otherwise mentioned, all the following commands should be run from inside lms docker container.

Running Python Unit tests
-------------------------
Expand All @@ -107,8 +96,8 @@ Pytest (and all of the plugins we use with it) has a lot of options. Use `pytest
.. _pytest: https://pytest.org/


Running a Single Test
~~~~~~~~~~~~~~~~~~~~~
Running Python Test Subsets
~~~~~~~~~~~~~~~~~~~~~~~~~~~

When developing tests, it is often helpful to be able to really just run one single test without the overhead of PIP installs, UX builds, etc.

Expand Down

0 comments on commit 4266934

Please sign in to comment.