.. _doot.util.testing_fixtures: ========================== doot.util.testing_fixtures ========================== .. py:module:: doot.util.testing_fixtures .. autoapi-nested-parse:: Pytest testing fixtures Functions --------- .. autoapisummary:: doot.util.testing_fixtures.wrap_tmp doot.util.testing_fixtures.wrap_locs Module Contents =============== .. py:function:: wrap_tmp(tmp_path) -> create a new temp directory, and change cwd to it, returning to original cwd after the test .. py:function:: wrap_locs() ->