You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2id="pytest.mark.usefixtures"><code>pytest.mark.usefixtures</code><aclass="anchor-link" href="#pytest.mark.usefixtures">¶</a></h2><p><code>usefixtures</code> is useful especially when you want to use some fixture in a set of tests but you don't need the return value of the fixture.</p>
11934
+
<h2id="pytest.mark.usefixtures"><ahref="https://docs.pytest.org/en/latest/fixture.html#usefixtures"><code>pytest.mark.usefixtures</code></a><aclass="anchor-link" href="#pytest.mark.usefixtures">¶</a></h2><p><ahref="https://docs.pytest.org/en/latest/fixture.html#usefixtures"><code>pytest.mark.usefixtures</code></a> is useful especially when you want to use some fixture in a set of tests but you don't need the return value of the fixture.</p>
"[`pytest.mark.usefixtures`](https://docs.pytest.org/en/latest/fixture.html#usefixtures) is useful especially when you want to use some fixture in a set of tests but you don't need the return value of the fixture."
0 commit comments