Create a test directory, optionally filling it up with contents
The testdir will be automatically deleted at the end of the test.
To not delete the directory after the test, use the
saveFixture: true option when creating the test, or specify
--save-fixture on the command line or in the tap configuration.
Create a test directory, optionally filling it up with contents
The testdir will be automatically deleted at the end of the test.
To not delete the directory after the test, use the
saveFixture: true
option when creating the test, or specify--save-fixture
on the command line or in the tap configuration.