Closed RonnyPfannschmidt closed 7 years ago
a more canonical way to check for markers is item.get_marker(markname)
item.get_marker(markname)
it filters out string based keywords
Good to know. There are so many nuggets in pytest I've yet to discover.
a more canonical way to check for markers is
item.get_marker(markname)
it filters out string based keywords