2008-09-06 09:52:57 +00:00
|
|
|
When writing test suites for modules that operate on files, it's often
|
|
|
|
inconvenient to correctly create a platform-independent temporary
|
|
|
|
storage space, manipulate files inside it, then clean it up when the
|
|
|
|
test exits. The inconvenience usually results in tests that don't work
|
2011-03-14 09:15:33 +00:00
|
|
|
everywhere, or worse, no tests at all.
|
2008-09-06 09:52:57 +00:00
|
|
|
This module aims to eliminate that problem by making it easy to do
|
|
|
|
things right.
|