Skip to content

Commit

Permalink
Merge pull request #8477 from evildmp/evolutionary-documentation-rest…
Browse files Browse the repository at this point in the history
…ructure
  • Loading branch information
nicoddemus committed Mar 26, 2021
2 parents 8d21df0 + a7d528e commit 9e8a6b6
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 136 deletions.
2 changes: 1 addition & 1 deletion doc/en/explanation/pythonpath.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ Running pytest with ``pytest [...]`` instead of ``python -m pytest [...]`` yield
equivalent behaviour, except that the latter will add the current directory to ``sys.path``, which
is standard ``python`` behavior.

See also :ref:`cmdline`.
See also :ref:`invoke-python`.
2 changes: 1 addition & 1 deletion doc/en/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Continue reading

Check out additional pytest resources to help you customize tests for your unique workflow:

* ":ref:`cmdline`" for command line invocation examples
* ":ref:`usage`" for command line invocation examples
* ":ref:`existingtestsuite`" for working with pre-existing tests
* ":ref:`mark`" for information on the ``pytest.mark`` mechanism
* ":ref:`fixtures`" for providing a functional baseline to your tests
Expand Down

0 comments on commit 9e8a6b6

Please sign in to comment.