openSUSE:Backports:SLE-15-SP3 Backports for SLE-15-SP3 Backports for SLE-15-SP3 https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15-SP3/standard/ openSUSE:Backports:SLE-15-SP3:Checks Checks This project contains rpmlint checks for openSUSE:Backports:SLE-15-SP3 https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15-SP3:/Checks/standard/ SUSE:SLE-15-SP3:GA https://download.opensuse.org/repositories/SUSE:/SLE-15-SP3:/GA/pool/ SUSE:SLE-15-SP2:Update SLE 15 SP2 SLE 15 SP2 https://download.opensuse.org/update/leap/15.3/sle SUSE:SLE-15-SP2:GA SLE 15 SP2 SLE 15 SP2 https://download.opensuse.org/repositories/SUSE:/SLE-15-SP2:/GA/pool/ SUSE:SLE-15-SP1:Update SLE 15 SP1 SLE 15 SP1 https://download.opensuse.org/update/leap/15.3/sle SUSE:SLE-15-SP1:GA SLE 15 SP1 SLE 15 SP1 https://download.opensuse.org/repositories/SUSE:/SLE-15-SP1:/GA/pool/ SUSE:SLE-15:Update SLE 15 SLE 15 https://download.opensuse.org/update/leap/15.3/sle SUSE:SLE-15:GA SLE 15 SLE 15 https://download.opensuse.org/repositories/SUSE:/SLE-15:/GA/pool/ perl-Test-Directory Perl extension for maintaining test directories Sometimes, testing code involves making sure that files are created and deleted as expected. This module simplifies maintaining test directories by tracking their status as they are modified or tested with this API, making it simple to test both individual files, as well as to verify that there are no missing or unknown files. Test::Directory implements an object-oriented interface for managing test directories. It tracks which files it knows about (by creating or testing them via its API), and can report if any files were missing or unexpectedly added. There are two flavors of methods for interacting with the directory. _Utility_ methods simply return a value (i.e. the number of files/errors) with no output, while the _Test_ functions use Test::Builder to produce the approriate test results and diagnostics for the test harness. The directory will be automatically cleaned up when the object goes out of scope; see the _clean_ method below for details.