Skip to content

setupClass called for every test if class is not a subclass of TestCase #312

@MLModel

Description

@MLModel

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions