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
In a test class with no superclasses setUpClass is executed once for every test. If the class is a subclass of TestCase it is executed only once then the tests are executed.
The text was updated successfully, but these errors were encountered:
@little-dude is this expected behavior? If so, maybe should be better documented. Even if this is not intended behavior, I'm guessing other users probably rely on it so probably a won't fix, but please weigh in.
In a test class with no superclasses
setUpClass
is executed once for every test. If the class is a subclass ofTestCase
it is executed only once then the tests are executed.The text was updated successfully, but these errors were encountered: