Class SerializeMixin
Enforce serialization of TestCases that share a common resource.
Declaration
class SerializeMixin
source linkDocumentation
Define a common 'lockfile' for each set of TestCases to serialize. This
file must exist on the filesystem.
Place it early in the MRO in order to isolate setUpClass()/tearDownClass().
Class methods
@classmethod
def setUpClass(cls)
@classmethod
def tearDownClass(cls)