[go: up one dir, main page]

File: base.t

package info (click to toggle)
rex 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,800 kB
  • sloc: perl: 30,667; xml: 264; makefile: 8
file content (29 lines) | stat: -rw-r--r-- 651 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
use strict;
use warnings;

use Test::More;
use Test::UseAllModules;

BEGIN {
  all_uses_ok except => qw(
    Rex::Cloud::Amazon
    Rex::Commands::DB
    Rex::Commands::Rsync
    Rex::Group::Lookup::DBI
    Rex::Group::Lookup::INI
    Rex::Group::Lookup::XML
    Rex::Helper::DBI
    Rex::Helper::INI
    Rex::Interface::Connection::OpenSSH
    Rex::Interface::Connection::SSH
    Rex::Interface::Exec::OpenSSH
    Rex::Interface::Exec::SSH
    Rex::Interface::File::OpenSSH
    Rex::Interface::File::SSH
    Rex::Interface::Fs::OpenSSH
    Rex::Interface::Fs::SSH
    Rex::Output
    Rex::Output::JUnit
    Rex::TaskList::Parallel_ForkManager
  );
}