File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -476,9 +476,9 @@ def test_function():
476476 skip = _SkipMarkDecorator (Mark ("skip" , (), {}))
477477 skipif = _SkipifMarkDecorator (Mark ("skipif" , (), {}))
478478 xfail = _XfailMarkDecorator (Mark ("xfail" , (), {}))
479- parametrize = _ParametrizeMarkDecorator (Mark ("parametrize " , (), {}))
480- usefixtures = _UsefixturesMarkDecorator (Mark ("usefixtures " , (), {}))
481- filterwarnings = _FilterwarningsMarkDecorator (Mark ("filterwarnings " , (), {}))
479+ parametrize = _ParametrizeMarkDecorator (Mark ("parametrize" , (), {}))
480+ usefixtures = _UsefixturesMarkDecorator (Mark ("usefixtures" , (), {}))
481+ filterwarnings = _FilterwarningsMarkDecorator (Mark ("filterwarnings" , (), {}))
482482
483483 def __getattr__ (self , name : str ) -> MarkDecorator :
484484 if name [0 ] == "_" :
You can’t perform that action at this time.
0 commit comments