Remove IsAwesome Tests

master
Zaahir Moolla 2016-03-03 10:33:08 -05:00
parent cea2e79b6b
commit f50b5ab74e
110 changed files with 0 additions and 2049 deletions

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_19kestier";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::19kestier
)],
'duckduckhack 19kestier' => test_zci('19kestier is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack 19kestier is awesome' => undef,
);
done_testing;

View File

@ -1,17 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_5ika";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::5ika )],
'duckduckhack 5ika' => test_zci('Sika is awesome !'),
'duckduckhack 5ika is awesome !' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_ajdev77";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::AJDev77
)],
'duckduckhack AJDev77' => test_zci('AJDev77 is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack AJDev77 is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_bigx_mac";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::BigxMac
)],
'duckduckhack BigxMac' => test_zci('BigxMac is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack BigxMac is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_bitflipped";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::Bitflipped
)],
'duckduckhack bitflipped' => test_zci('bitflipped is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack bitflipped is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_black616angel";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::Black616Angel
)],
'duckduckhack Black616Angel' => test_zci('Black616Angel is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack Black616Angel is awesome' => undef,
);
done_testing;

View File

@ -1,17 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_blito";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::Blito )],
'duckduckhack Blito' => test_zci('Blito is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack Blito is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_blueprinter";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::Blueprinter
)],
'duckduckhack blueprinter' => test_zci('Blueprinter is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack blueprinter is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_calavera_the_nine";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::CalaveraTheNine
)],
'duckduckhack CalaveraTheNine' => test_zci('CalaveraTheNine is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack CalaveraTheNine is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_dean_t765";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::DeanT765
)],
'duckduckhack DeanT765' => test_zci('DeanT765 is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack DeanT765 is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_dronov";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::Dronov
)],
'duckduckhack Dronov' => test_zci('Mikhail Dronov is awesome and has successfully completed the DuckDuckHack Goodie tutorial! He\'s saying hello from far cold Russia. Find him at dronov.net'),
'duckduckhack dronov is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_echosa";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::Echosa
)],
'duckduckhack echosa' => test_zci('Echosa is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack echosa is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_john_carlos_reed";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::JohnCarlosReed
)],
'duckduckhack JohnCarlosReed' => test_zci('JohnCarlosReed is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack JohnCarlosReed is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_lynbarry";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::Lynbarry
)],
'duckduckhack lynbarry' => test_zci('Lynbarry is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack lynbarry is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_marneus68";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::Marneus68
)],
'duckduckhack Marneus68' => test_zci('Marneus68 is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack Marneus68 is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_max_power9";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::MaxPower9
)],
'duckduckhack MaxPower9' => test_zci('MaxPower9 is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack MaxPower9 is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_nick_calabs";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::NickCalabs
)],
'duckduckhack NickCalabs' => test_zci('NickCalabs is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack NickCalabs is awesome' => undef,
);
done_testing;

View File

@ -1,17 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_nicolas_geraud";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::NicolasGeraud )],
'duckduckhack NicolasGeraud' => test_zci('NicolasGeraud is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack NicolasGeraud is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_pandiyan_cool";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::PandiyanCool
)],
'duckduckhack pandiyancool' => test_zci('PandiyanCool is techie saint who always interested to learn new things!'),
'duckduckhack pandiyancool is techie saint' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "quoidautre";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::Quoidautre
)],
'duckduckhack Quoidautre' => test_zci('Quoidautre is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack Quoidautre is awesome' => undef,
);
done_testing;

View File

@ -1,17 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_sloff";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::Sloff )],
'duckduckhack sloff' => test_zci('Ettienne Pitts is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack sloff is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_sue_smith";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::SueSmith
)],
'duckduckhack SueSmith' => test_zci('SueSmith is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack SueSmith is awesome' => undef,
);
done_testing;

View File

@ -1,17 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_the_adam_galloway";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::TheAdamGalloway )],
'duckduckhack TheAdamGalloway' => test_zci('TheAdamGalloway is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack TheAdamGalloway is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_aarohmankad";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::aarohmankad
)],
'duckduckhack aarohmankad' => test_zci('aarohmankad is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack aarohmankad is awesome' => undef,
);
done_testing;

View File

@ -1,18 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_abrahimladha";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::abrahimladha
)],
'duckduckhack abrahimladha' => test_zci('abrahimladha is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack abrahimladha is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_afelicioni";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::afelicioni
)],
'duckduckhack afelicioni' => test_zci('afelicioni is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack afelicioni is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_alexishancock";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::alexishancock
)],
'duckduckhack alexishancock' => test_zci('Alexis Hancock is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack alexishancock is awesome' => undef,
);
done_testing;

View File

@ -1,17 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_amneher";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::amneher )],
'duckduckhack amneher' => test_zci('amneher is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack amneher is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_asarode";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::asarode
)],
'duckduckhack asarode' => test_zci('asarode is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack asarode is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_aseemraj";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::aseemraj
)],
'duckduckhack aseemraj' => test_zci('aseemraj is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack aseemraj is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_ashleyglidden";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::ashleyglidden
)],
'duckduckhack ashleyglidden' => test_zci('ashleyglidden is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack ashleyglidden is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_aweiksnar";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::aweiksnar
)],
'duckduckhack aweiksnar' => test_zci('aweiksnar is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack aweiksnar is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_bfmags";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::bfmags
)],
'duckduckhack bfmags' => test_zci('bfmags is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack bfmags is awesome' => undef,
);
done_testing;

View File

@ -1,17 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_blainester";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::blainester )],
'duckduckhack blainester' => test_zci('blainester is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack blainester is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_cap257zero";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::cap257zero
)],
'duckduckhack cap257zero' => test_zci('cap257zero is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack cap257zero is awesome' => undef,
);
done_testing;

View File

@ -1,20 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_chaw";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::chaw
)],
'duckduckhack chaw' => test_zci('chaw wishes you Happy Hacking!'),
'duckduckhack chaw is awesome' => undef,
);
done_testing;

View File

@ -1,17 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_chercolvin";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::chercolvin )],
'duckduckhack chercolvin' => test_zci('chercolvin is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack chercolvin is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_claytonspinner";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::claytonspinner
)],
'duckduckhack claytonspinner' => test_zci('claytonspinner is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack claytonspinner is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_davehtaylor";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::davehtaylor
)],
'duckduckhack davehtaylor' => test_zci('davehtaylor is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack davehtaylor is awesome' => undef,
);
done_testing;

View File

@ -1,17 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_dl00";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::dl00 )],
'duckduckhack dl00' => test_zci('dl00 is awesome and successfully completed the initiation tutorial for DuckDuckHack.'),
'duckduckhack dl00 is awesome' => undef,
);
done_testing;

View File

@ -1,17 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_dmcdowell";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::dmcdowell )],
'duckduckhack dmcdowell' => test_zci('dmcdowell is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack dmcdowell is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_domjacko";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::domjacko
)],
'duckduckhack domjacko' => test_zci('domjacko is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack domjacko is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_enricofoltran";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::enricofoltran
)],
'duckduckhack enricofoltran' => test_zci('enricofoltran is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack enricofoltran is awesome' => undef,
);
done_testing;

View File

@ -1,17 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_er0k";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::er0k )],
'duckduckhack er0k' => test_zci(':)'),
'duckduckhack er0k is awesome' => undef,
);
done_testing;

View File

@ -1,17 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_fabrgu";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::fabrgu )],
'duckduckhack fabrgu' => test_zci('fabrgu is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack fabrgu is awesome' => undef,
);
done_testing;

View File

@ -1,18 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_fantomskafirma";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::fantomskafirma
)],
'duckduckhack fantomskafirma' => test_zci('fantomskafirma is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack fantomskafirma is awesome' => undef,
);
done_testing()

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_fdavidcl";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::fdavidcl
)],
'duckduckhack fdavidcl' => test_zci('fdavidcl is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack fdavidcl is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_fish9";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::fish9
)],
'duckduckhack fish9' => test_zci('fish9 is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack fish9 is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_francisbrito";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::francisbrito
)],
'duckduckhack francisbrito' => test_zci('francisbrito is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack francisbrito is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_gamehelp16";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::gamehelp16
)],
'duckduckhack gamehelp16' => test_zci('gamehelp16 is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack gamehelp16 is awesome' => undef,
);
done_testing;

View File

@ -1,20 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_ghoust_xxx";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::ghoust_xxx
)],
'duckduckhack ghoust_xxx' =>
test_zci('ghoust_xxx is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack ghoust_xxx is awesome' => undef,
);
done_testing;

View File

@ -1,18 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_gjskha";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::gjskha
)],
'duckduckhack gjskha' => test_zci('gjskha is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack gjskha is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_gmahesh23";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::gmahesh23
)],
'duckduckhack gmahesh23' => test_zci('gmahesh23 is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack gmahesh23 is awesome' => undef,
);
done_testing;

View File

@ -1,18 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_gokul1794";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::gokul1794
)],
'duckduckhack gokul1794' => test_zci('gokul1794 is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack gokul1794 is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_hackwa";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::hackwa
)],
'duckduckhack hackwa' => test_zci('hackwa is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack hackwa is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_ilumnatr";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::ilumnatr
)],
'duckduckhack ilumnatr' => test_zci('ilumnatr is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack ilumnatr is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_ilv";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::ilv
)],
'duckduckhack ilv' => test_zci('ilv is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack ilv is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_isleofmax";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::isleofmax
)],
"duckduckhack isleofmax" => test_zci('isleofmax is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack isleofmax is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome:javathunderman";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::javathunderman
)],
'duckduckhack javathunderman' => test_zci('javathunderman is awesome and has created a goodie!'),
'duckduckhack javathunderman is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_jee1mr";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::jee1mr
)],
'duckduckhack jee1mr' => test_zci('jee1mr is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack jee1mr is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_jeet09";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::jeet09
)],
'duckduckhack jeet09' => test_zci('Jitu is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack jeet09 is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_jesuruban";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::jesuruban
)],
'duckduckhack jesuruban' => test_zci('Jesu Ruban is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack jesuruban is awesome' => undef,
);
done_testing;

View File

@ -1,18 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_jgkamat";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::jgkamat )],
'duckduckhack jgkamat' => test_zci('jgkamat is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack jgkamat is awesome' => undef,
);
done_testing;

View File

@ -1,17 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_jimbrighter";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::jimbrighter )],
'duckduckhack jimbrighter' => test_zci('jim-brighter is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack jimbrighter is awesome' => undef,
);
done_testing;

View File

@ -1,21 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_jmvbxx";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::jmvbxx
)],
'duckduckhack jmvbxx' => test_zci('jmvbxx is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack jmvbxx is awesome' => undef,
);
done_testing;

View File

@ -1,20 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_justinvee";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::justinvee
)],
'duckduckhack justinvee' => test_zci('justinvee is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack justinvee is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_kakku55";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::kakku55
)],
'duckduckhack kakku55' => test_zci('kakku55 is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack kakku55 is awesome' => undef,
);
done_testing;

View File

@ -1,17 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_kefkius";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::kefkius )],
'duckduckhack kefkius' => test_zci('kefkius is awesome, hello world!'),
'duckduckhack kefkius is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_kfloey";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::kfloey
)],
'duckduckhack kfloey' => test_zci('kfloey is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack kfloey is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_kirshapps";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::kirshapps
)],
'duckduckhack kirshapps' => test_zci('kirshapps is awesome and has successfully completed the DuckDuckHack goodie tutorial!'),
'duckduckhack kirshapps is awesome' => undef,
);
done_testing;

View File

@ -1,18 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_kleinjoshuaa";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::kleinjoshuaa )],
'duckduckhack kleinjoshuaa' => test_zci('kleinjoshuaa is awesome and has successfully completed the duckduckhack goodie tutorial!'),
'duckduckhack kleinjoshuaa is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_marcantonio";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::marcantonio
)],
'duckduckhack marcantonio' => test_zci('marcantonio is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack marcantonio is awesome' => undef,
);
done_testing;

View File

@ -1,17 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_mcavallaro";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::mcavallaro )],
'duckduckhack mcavallaro' => test_zci('mcavallaro is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack mcavallaro is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_mjgardner";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::mjgardner
)],
'duckduckhack mjgardner' => test_zci('mjgardner is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack mjgardner is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_mogigoma";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::mogigoma
)],
'duckduckhack mogigoma' => test_zci('Mogigoma is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack mogigoma is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_mougias";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::mougias
)],
'duckduckhack mougias' => test_zci('mougias is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack mougias is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_mtoledo";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::mtoledo
)],
'duckduckhack mtoledo' => test_zci('mtoledo has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack mtoledo is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_muj";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::muj
)],
'duckduckhack muj' => test_zci('muj is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack muj is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_murz";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::murz
)],
'duckduckhack murz' => test_zci('murz is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack murz is awesome' => undef,
);
done_testing;

View File

@ -1,17 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_ngzhian";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::ngzhian )],
'duckduckhack ngzhian' => test_zci('ngzhian is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack ngzhian is awesome' => undef,
);
done_testing;

View File

@ -1,17 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_omareduardo";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::omareduardo )],
'duckduckhack omareduardo' => test_zci('omareduardo is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack omareduardo is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_organiker";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::organiker
)],
'duckduckhack organiker' => test_zci('organiker is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack organiker is awesome' => undef,
);
done_testing;

View File

@ -1,18 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_pnodet";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::pnodet
)],
'duckduckhack pnodet' => test_zci('pnodet is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack pnodet is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_purplehuman";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::purplehuman
)],
'duckduckhack purplehuman' => test_zci('purplehuman is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack purplehuman is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_rafacas";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::rafacas )
],
'duckduckhack rafacas' => test_zci('rafacas is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack rafacas is awesome' => undef,
);
done_testing;

View File

@ -1,20 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_redwavestudios";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::redwavestudios
)],
'duckduckhack redwavestudios' => test_zci('redwavestudios is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack redwavestudios is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_rohit";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::rohit
)],
'duckduckhack rohit' => test_zci('rohit is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack rohit is awesome' => undef,
);
done_testing;

View File

@ -1,17 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_roshanr95";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::roshanr95 )],
'duckduckhack roshanr95' => test_zci('roshanr95 is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack roshanr95 is awesome' => undef,
);
done_testing;

View File

@ -1,17 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_rp4";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::rp4 )],
'duckduckhack rp4' => test_zci('rp4 is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack rp4 is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_rramyr";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::rramyr
)],
'duckduckhack rramyr' => test_zci('rramyr is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack rramyr is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_sagarhani";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::sagarhani
)],
'duckduckhack sagarhani' => test_zci('sagarhani is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack sagarhani is awesome' => undef,
);
done_testing;

View File

@ -1,18 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_samph";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::samph)],
'duckduckhack samph' => test_zci('SamPH is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack samph is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_scotbuff";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::scotbuff
)],
'duckduckhack scotbuff' => test_zci('scotbuff is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack scotbuff is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_sonny7";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::sonny7
)],
'duckduckhack sonny7' => test_zci('sonny7 is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack sonny7 is awesome' => undef,
);
done_testing;

View File

@ -1,17 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_spyninja";
zci is_cached => 1;
ddg_goodie_test(
[qw(DDG::Goodie::IsAwesome::spyninja)],
'duckduckhack spyninja' => test_zci('spyninja is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack spyninja is awesome' => undef,
);
done_testing;

View File

@ -1,20 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_stefolof";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::stefolof
)],
'duckduckhack stefolof' => test_zci('stefolof is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack stefolof is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_tarun29061990";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::tarun29061990
)],
'duckduckhack tarun29061990' => test_zci('tarun29061990 is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack tarun29061990 is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_thejdeep";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::thejdeep
)],
'duckduckhack thejdeep' => test_zci('thejdeep is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack thejdeep is awesome' => undef,
);
done_testing;

View File

@ -1,18 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_ufanete";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::ufanete )],
'duckduckhack ufanete' => test_zci('ufanete is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack ufanete is awesome' => undef,
);
done_testing;

View File

@ -1,19 +0,0 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_uniphil";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::uniphil
)],
'duckduckhack uniphil' => test_zci('uniphil is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack uniphil is awesome' => undef,
);
done_testing;

Some files were not shown because too many files have changed in this diff Show More