Fix small typo in reference.rst (#7922)
Co-authored-by: Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>
This commit is contained in:
parent
824e9cf67a
commit
e8504e04f3
|
@ -189,7 +189,7 @@ Mark a test function as using the given fixture names.
|
|||
When using `usefixtures` in hooks, it can only load fixtures when applied to a test function before test setup
|
||||
(for example in the `pytest_collection_modifyitems` hook).
|
||||
|
||||
Also not that his mark has no effect when applied to **fixtures**.
|
||||
Also note that this mark has no effect when applied to **fixtures**.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue