Testing

Utilities for testing, such as reusable pytest fixtures. Currently consists of wrap_tmp, a fixture to move to a temporary directory for a test.

wrap_tmp

from jgdv.testing.tempdir import wrap_tmp

# TODO