We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0ed2a commit ff6e110Copy full SHA for ff6e110
src/_pytest/fixtures.py
@@ -1046,8 +1046,6 @@ def __init__(
1046
# The names requested by the fixtures.
1047
self.argnames: Final = getfuncargnames(func, name=argname, is_method=unittest)
1048
# Whether the fixture was collected from a unittest TestCase class.
1049
- # Note that it really only makes sense to define autouse fixtures in
1050
- # unittest TestCases.
1051
self.unittest: Final = unittest
1052
# If the fixture was executed, the current value of the fixture.
1053
# Can change if the fixture is executed with different parameters.
0 commit comments