Skip to content

Commit

Permalink
another small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
russoz committed Feb 3, 2025
1 parent baac32d commit 8ff31d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsite/rst/guide_test_helper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ You write the test cases with five elements:
All RV names are used here are expected to be found in the module output, but not all RVs in the output must be here.
It can include special RVs such as ``changed`` and ``diff``.
It can be empty.
* ``mocks`` (*dict, Optional*)
- ``mocks`` (*dict, Optional*)
Mocked interactions, ``run_command`` being the only one supported for now.
Each key in this dictionary refers to one subclass of ``TestCaseMock`` (see more below) and contains a list of the interactions for that ``TestCaseMock``.
All keys are expected to be named using snake case, as in ``run_command``.
Expand Down

0 comments on commit 8ff31d6

Please sign in to comment.