basilisp.test.fixtures¶
Built-in fixtures which may be useful in Basilisp tests.
- fn (tempdir)[source]¶
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*
.