doot.util.testing_fixtures

Pytest testing fixtures

Functions

wrap_tmp(tmp_path)

create a new temp directory, and change cwd to it,

wrap_locs()

Module Contents

doot.util.testing_fixtures.wrap_tmp(tmp_path) <Unknown>

create a new temp directory, and change cwd to it, returning to original cwd after the test

doot.util.testing_fixtures.wrap_locs() <Unknown>