./devel/p5-Test-MockFile, Validate file-interaction code that without touching the file system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.036, Package name: p5-Test-MockFile-0.036, Maintainer: pkgsrc-users

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!


Master sites: (Expand)

Filesize: 58.051 KB

Version history: (Expand)


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!