Method summary
- setUp(self)
- test_infinite_loop_detection(self)
- test_unpickled_class_mapping(self)
Methods
- setUp(self)
Creates the test fixture.
Overridden here to ensure each test starts with an empty global registry.
- test_infinite_loop_detection(self)
Validates that the class mapping framework detects infinite loops of class mappings.
- test_unpickled_class_mapping(self)