package
0.3.0
Repository: https://github.com/trynoice/iris.git
Documentation: pkg.go.dev

# Functions

Chdir changes the current working directory to the named directory and registers a cleanup function on the provided `t` to restore working directory to its initial value once the test completes.
CreateFile creates or updates the given `file` in the given `dir` with the given `content` and registers a cleanup function on the provided `t` to remove the file once the test completes.