[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
7759a9d3c2
commit
0de2aa93f0
|
@ -281,7 +281,6 @@ Applying a mark to a fixture function
|
||||||
Applying a mark to a fixture function never had any effect, but it is a common user error.
|
Applying a mark to a fixture function never had any effect, but it is a common user error.
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
@pytest.mark.usefixtures("clean_database")
|
@pytest.mark.usefixtures("clean_database")
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def user() -> User:
|
def user() -> User:
|
||||||
|
|
Loading…
Reference in New Issue