The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Nuvol::Test::Drive - Test functions for Nuvol drives

SYNOPSIS

    use Nuvol::Test::Drive ':all';
    use Nuvol::Test::Drive ':build';    # build_test_drive

    my $drive = build_test_drive $service;

    test_basics;
    test_url;

DESCRIPTION

Nuvol::Test::Drive provides test functions for Nuvol drives.

FUNCTIONS

build_test_drive

    $drive = build_test_drive $service;

Returns a Nuvol::Drive for the specified service.

test_basics

    test_basics $drive, $service;

Tests the basic structure of the drive.

test_url

    test_url $drive, \@urls;

Tests URLs built from IDs and paths.

SEE ALSO

Nuvol::Drive, Nuvol::Test, Nuvol::Test::DriveLive.