Utilities for Testing¶
Note the utility previously named “MyNamedTempFile”
has been moved to igbpyutils.file.NamedTempFileDeleteLater.
- class igbpyutils.test.tempcopy(obj: _T)[source]¶
A simple context manager that provides a temporary
deepcopy()of the variable given to it.