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
When decorating the class with the @fixtures decorator, all setup and teardown methods are wrapped with a function that calls the fixtures setup/teardown before/after the corresponding function on the test class. When decorating a single method in the class, however, this wrapping never takes place.
The user defined setUp function is being called before the fixtures setup when decorating individual methods with the @fixtures decorator.
The text was updated successfully, but these errors were encountered: