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
iterable collection of MarkInfo objects (list of args and kwargs)
This unclear usage leads to nasty bugs like #751 and makes requests like #759 too hard to implement. MarkInfo should be refactored into two classes one for each purpose.
The text was updated successfully, but these errors were encountered:
@JanBednarik for easing #891 some toolings to delcare/use and merge collections of marks seem handy - more communication needed, are you by chance on irc, or is another medium better
MarkInfo
class ( https://github.com/pytest-dev/pytest/blob/master/_pytest/mark.py#L286 ) is used for two purposes:This unclear usage leads to nasty bugs like #751 and makes requests like #759 too hard to implement.
MarkInfo
should be refactored into two classes one for each purpose.The text was updated successfully, but these errors were encountered: