Skip to content

Commit

Permalink
doc: fix for src layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine DECHAUME committed May 4, 2020
1 parent 82339e7 commit be02f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/test-case.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ settings for running the case and finally perform the checks and
post-porcesses. If |yaml| is empty, then the default settings are used, which
is equivalent to using a |yaml| with the following contents:

.. literalinclude:: ../pytest_executable/test_case.yaml
.. literalinclude:: ../src/pytest_executable/test_case.yaml

This file is in yaml format, a widely used human friendly file format that
allows to define nested sections, lists of items, key-value pairs and more. To
Expand Down
2 changes: 1 addition & 1 deletion doc/test_case_yaml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Builtin test module

This is the python module executed when the testing tool finds a :file:`test_case.yaml`, this module can be used as an example for writing new test modules.

.. literalinclude:: ../pytest_executable/test_case_yaml.py
.. literalinclude:: ../src/pytest_executable/test_case_yaml.py

0 comments on commit be02f95

Please sign in to comment.