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

BEGIN {
  unless ($ENV{AUTHOR_TESTING}) {
    require Test::More;
    Test::More::plan(skip_all => 'these tests are for testing by the author');
  }
}

use strict;
use warnings;

# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15

use Test::More 0.88;
use Test::NoTabs;

my @files = (
    'bin/tapper',
    'bin/tapper-api',
    'bin/tapper-db-deploy',
    'bin/tapper-testrun',
    'lib/Tapper/CLI.pm',
    'lib/Tapper/CLI/API.pm',
    'lib/Tapper/CLI/API/Command/download.pm',
    'lib/Tapper/CLI/API/Command/upload.pm',
    'lib/Tapper/CLI/Cobbler.pm',
    'lib/Tapper/CLI/DbDeploy.pm',
    'lib/Tapper/CLI/DbDeploy/Command/init.pm',
    'lib/Tapper/CLI/DbDeploy/Command/makeschemadiffs.pm',
    'lib/Tapper/CLI/DbDeploy/Command/saveschema.pm',
    'lib/Tapper/CLI/DbDeploy/Command/upgrade.pm',
    'lib/Tapper/CLI/Host.pm',
    'lib/Tapper/CLI/Init.pm',
    'lib/Tapper/CLI/Notification.pm',
    'lib/Tapper/CLI/Schema.pm',
    'lib/Tapper/CLI/Testplan.pm',
    'lib/Tapper/CLI/Testrun.pm',
    'lib/Tapper/CLI/Testrun/Command/delete.pm',
    'lib/Tapper/CLI/Testrun/Command/deletehost.pm',
    'lib/Tapper/CLI/Testrun/Command/deleteprecondition.pm',
    'lib/Tapper/CLI/Testrun/Command/deletequeue.pm',
    'lib/Tapper/CLI/Testrun/Command/freehost.pm',
    'lib/Tapper/CLI/Testrun/Command/list.pm',
    'lib/Tapper/CLI/Testrun/Command/listhost.pm',
    'lib/Tapper/CLI/Testrun/Command/listprecondition.pm',
    'lib/Tapper/CLI/Testrun/Command/listqueue.pm',
    'lib/Tapper/CLI/Testrun/Command/new.pm',
    'lib/Tapper/CLI/Testrun/Command/newhost.pm',
    'lib/Tapper/CLI/Testrun/Command/newprecondition.pm',
    'lib/Tapper/CLI/Testrun/Command/newqueue.pm',
    'lib/Tapper/CLI/Testrun/Command/newscenario.pm',
    'lib/Tapper/CLI/Testrun/Command/renamequeue.pm',
    'lib/Tapper/CLI/Testrun/Command/rerun.pm',
    'lib/Tapper/CLI/Testrun/Command/show.pm',
    'lib/Tapper/CLI/Testrun/Command/updatehost.pm',
    'lib/Tapper/CLI/Testrun/Command/updatehostfeature.pm',
    'lib/Tapper/CLI/Testrun/Command/updateprecondition.pm',
    'lib/Tapper/CLI/Testrun/Command/updatequeue.pm',
    'lib/Tapper/CLI/User.pm',
    't/00-load.t',
    't/author-eol.t',
    't/author-no-tabs.t',
    't/author-pod-syntax.t',
    't/dummy-attachment.txt',
    't/files/interdep.sc',
    't/files/kernel_boot.mpc',
    't/files/notification.yml',
    't/files/notification_updated.yml',
    't/files/testplan/osrc/athlon/kernel.mpc',
    't/files/testplan/osrc/includes',
    't/fixtures/hardwaredb/systems.yml',
    't/fixtures/reportsdb/report.yml',
    't/fixtures/testrundb/testrun_with_preconditions.yml',
    't/fixtures/testrundb/testruns_with_scheduling.yml',
    't/tapper-cli-host.t',
    't/tapper-cli-hostfeature.t',
    't/tapper-cli-interdep.t',
    't/tapper-cli-notification.t',
    't/tapper-cli-precondition.t',
    't/tapper-cli-queue.t',
    't/tapper-cli-testplan.t',
    't/tapper-cli-testrun-small.t',
    't/tapper-cli-testrun.t'
);

notabs_ok($_) foreach @files;
done_testing;