Path to this page:
./
devel/p5-Test-MockFile,
Validate file-interaction code that without touching the file system
Branch: CURRENT,
Version: 0.036nb1,
Package name: p5-Test-MockFile-0.036nb1,
Maintainer: pkgsrc-usersTest::MockFile - Allows tests to validate code that can interact with
files without touching the file system.
Intercepts file system calls for specific files so unit testing can take
place without any files being altered on disk.
This is useful for small tests where file interaction is discouraged.
A strict mode is even provided (and turned on by default) which can
throw a die when files are accessed during your tests!
Master sites: (Expand)
Filesize: 58.051 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Test-MockFile-0.036nb1
- (2024-02-10) Package added to pkgsrc.se, version p5-Test-MockFile-0.036 (created)
CVS history: (Expand)
2024-02-10 02:15:15 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Add p5-Test-MockFile: Validate file-interaction code that without touching the \
file system
Test::MockFile - Allows tests to validate code that can interact with
files without touching the file system.
Intercepts file system calls for specific files so unit testing can take
place without any files being altered on disk.
This is useful for small tests where file interaction is discouraged.
A strict mode is even provided (and turned on by default) which can
throw a die when files are accessed during your tests!
|