basilisp.test.fixtures

Built-in fixtures which may be useful in Basilisp tests.

dynamic Var *tempdir*

Name of a temporary directory value bound by the fixture tempdir.

fn (tempdir)

basilisp.test fixture which creates a temporary directory for the duration of the test.

The temporary directory name is bound to the dynamic Var *tempdir*.