class documentation

class TestExceptionSaver: (source)

View In Hierarchy

Undocumented

Method test_exception_reconstructed Undocumented
Method test_exception_resumed Undocumented
Method test_exception_trapped Undocumented
Method test_no_exception_passes_quietly Undocumented
Method test_sandbox_violation_raised_hiding_setuptools When in a sandbox with setuptools hidden, a SandboxViolation should reflect a proper exception and not be wrapped in an UnpickleableException.
Method test_unpickleable_exception Undocumented
Method test_unpickleable_exception_when_hiding_setuptools As revealed in #440, an infinite recursion can occur if an unpickleable exception while setuptools is hidden. Ensure this doesn't happen.
def test_exception_reconstructed(self): (source)

Undocumented

def test_exception_resumed(self): (source)

Undocumented

def test_exception_trapped(self): (source)

Undocumented

def test_no_exception_passes_quietly(self): (source)

Undocumented

def test_sandbox_violation_raised_hiding_setuptools(self, tmpdir): (source)

When in a sandbox with setuptools hidden, a SandboxViolation should reflect a proper exception and not be wrapped in an UnpickleableException.

def test_unpickleable_exception(self): (source)

Undocumented

def test_unpickleable_exception_when_hiding_setuptools(self): (source)

As revealed in #440, an infinite recursion can occur if an unpickleable exception while setuptools is hidden. Ensure this doesn't happen.