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
Currently, if a test if performed with unittest library, @repeat does not consider setUp method of the test class which contains the decorated method. Should be fixed.
Currently, if a test if performed with unittest library,
@repeatdoes not considersetUpmethod of the test class which contains the decorated method. Should be fixed.