Method summary
- setUp(self)
- test_normal_setstate(self)
- test_unpickled_chain_functionality(self)
Methods
- setUp(self)
Creates the test fixture.
Overridden here to ensure each test starts with an empty global registry.
- test_normal_setstate(self)
Validates that only existing setstate methods are called when there are no registered state functions in the class chain.
- test_unpickled_chain_functionality(self)
Validates that the registered state functions are used when unpickling.