The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Nuvol::Test::File - Test functions for Nuvol files

SYNOPSIS

    use Nuvol::Test::File ':all';
    use Nuvol::Test::File ':build';    # build_test_file

    my $file = build_test_file $service;

    test_basics;

DESCRIPTION

Nuvol::Test::File provides test functions for Nuvol files.

FUNCTIONS

build_test_file

    $file = build_test_file $service;

Returns a Nuvol::Item with applied File roles for the specified service.

test_basics

    test_basics $file, $service;

Tests the basic structure of the file.

SEE ALSO

Nuvol::Role::File, Nuvol::Test, Nuvol::Test::FileLive.