NAME
t/perl/Parrot_IO.t - Parrot::IO unit tests
SYNOPSIS
% perl t/perl/Parrot_IO.t
DESCRIPTION
These tests cover the basic functionality of Parrot::IO::File
and Parrot::IO::Directory
: directory contents, file read
/write
/append
, modification times, and relative paths.
There are also a few test for Parrot::IO::Path
, the abstract superclass for these two modules, which cover "tmp" paths, and name and suffix recognition.
When one or more of the Parrot::IO
modules is modified, run the tests to ensure nothing is broken.