Restructured 'How to invoke pytest' guide

This commit is contained in:
Daniele Procida
2021-03-21 23:04:12 +00:00
parent a6cf0a0a0e
commit a7d528e058
3 changed files with 157 additions and 136 deletions

View File

@@ -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`.