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
mark() had two different meanings depending on whether the globals
argument was passed. It is now only a decorator of a test method or
class, and mark_module() marks a whole module, by default the caller's.
The label and its value are positional-only: a keyword would be
mistaken for the name of the label.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments