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

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