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
Convert all related tests into class based tests with appropriate names.
use the example below to inject required fixtures per class. Remember that this will redo all injected fixutres per each test in a class. If a fixture is needed for only one test among many in the class test do not inject it in the decorator but normally at method level.
This is to avoid specifying fixture in each method separately as it is now.
This is to avoid specifying fixture in each method separately as it is now.
The text was updated successfully, but these errors were encountered: