Markers are transferred from subclasses to base class methods #725
Labels
status: critical
grave problem or usability issue that affects lots of users
type: backward compatibility
might present some backward compatibility issues which should be carefully noted in the changelog
type: bug
problem that needs to be addressed
type: refactoring
internal improvements to the code
Milestone
Originally reported by: BitBucket: foobarbazquux, GitHub: foobarbazquux
pytest transfers markers from subclasses to base class methods, which can result in incorrect test selection.
Example code:
Example run showing the
test1
marker also being applied to theTest2
base class:More detail from
ronny
via IRC:The text was updated successfully, but these errors were encountered: