SlideShare a Scribd company logo
Perl and testing 
libraries…! 
tokuhirom 
YAPC::Asia 2014
Conclusion
You should try 
Test::Kantan
Self 
introduction
Server side Web engineer
Localizer 
Amon2 
MadEye 
Archer 
Caroline 
Furl 
Difflet 
Docopt SQL::Maker 
HTTP::Session2 
FormValidator::Lite 
mobirc
Test::SharedFork 
Test::Pretty 
Test::TCP
If you have any questions 
around the modules, you 
can ask me after this talk.
Do you like testing?
Do you like TDD?
Then…
History of Perl testing 
libraries…!
Test::More, Test::Class
Test::More 
use Test::More tests => 1; 
ok(“dan” eq “kogai”);
Test::Class
Architecture 
Test::Builder 
Test::More Test::Class 
Test::Excepti 
ons 
etc…
Test::Builder 
• Counts number of tests 
• Counts number of Failures 
• Counts number of Succeeded.
TAP!
Test Anything 
Protocol
Test::Kantan - Perl and Testing
Latest enhancements 
• subtest 
• done_testing
subtest 'feature2', sub { 
ok 1, 'it works'; 
ok 0, 'it looks great'; 
}; 
done_testing;
Test::Kantan - Perl and Testing
TAP with prove
prove eats TAP
Test::Kantan - Perl and Testing
Test::Builder is 
evolving…
Test::Builder2 
• It may started at 2011. 
• With dreams…
TB2 
• Custom output 
• Full rewrite 
• OO-ish APIs
But…
We need workaround 
for now…!
Test::Pretty 爆誕
Pretty output without 
code modifications!
Test::Kantan - Perl and Testing
Test::Kantan - Perl and Testing
Test::Kantan - Perl and Testing
Test::Kantan - Perl and Testing
めっちゃ見やすい!!
How it works?
Monkey patching…
But it works. Maybe.
It’s not a big problem. 
Because this is a 
workaround for now.
Test::Ika
RSpec like testing 
framework for Perl5
Ika?
Ika =
Please check it, if you 
love RSpec.
Test::More の停滞 
Development has stagnated
Test::Builder2 
• It may started at 2011. 
• With dreams… 
• It was gone. ← NEW!
Test::More x.xx was 
released.
Then…
I can’t wait evolution.
Test::Kantan 爆誕
Yet another testing 
framework
Test::Kantan is not 
based on Test::Builder
What’s new?
subtests with hooks
before_each 
after_each
IIRC 
jasmine inspired 
interfaces.
BDD Style
Test::Kantan - Perl and Testing
Given-When-Then
Test::Kantan - Perl and Testing
Plain old Test::More 
style
Test::Kantan - Perl and Testing
Assertions
ok { $foo->bar() eq ‘baz’ };
Power Assert 
hooks B optree.
ok { x(x($foo)->bar()) 
eq ‘baz’ };
expect($x)->to_be_true;
Shows testing details 
if it’s failed.
Test::Kantan - Perl and Testing
Test::Kantan - Perl and Testing
Test::Kantan - Perl and Testing
All or nothing. 
pass or die;
Conclusion
Conclusion 
• Test::SharedFork 
• Test::TCP 
• Test::Pretty 
• Test::Ika 
• Test::Kantan ← NEW!
Enjoy testing!
Thanks

More Related Content

What's hot (20)

PDF
How to develop the Standard Libraries of Ruby?
Hiroshi SHIBATA
 
ODP
Developing high-performance network servers in Lisp
Vladimir Sedach
 
PDF
CPAN Training
Pedro Figueiredo
 
PDF
Perl Dist::Surveyor 2011
Tim Bunce
 
PDF
The Parenscript Common Lisp to JavaScript compiler
Vladimir Sedach
 
PDF
20140925 rails pacific
Hiroshi SHIBATA
 
PDF
PHP7 - The New Engine for old good train
Xinchen Hui
 
PDF
20140918 ruby kaigi2014
Hiroshi SHIBATA
 
PPTX
Nashorn: JavaScript that doesn’t suck (ILJUG)
Tomer Gabel
 
PDF
3 years with Clojure
Michael Klishin
 
PDF
2021.laravelconf.tw.slides2
LiviaLiaoFontech
 
KEY
JRuby: What's Different (RORO Melbourne October 2011)
Charles Nutter
 
KEY
The problem with Perl
Pedro Figueiredo
 
KEY
Perl in Teh Cloud
Pedro Figueiredo
 
PPTX
Taming the resource tiger
Elizabeth Smith
 
PDF
キレイ会議 on Laravel
Nʎ Nkogues
 
PPTX
Rabbits, indians and... Symfony meets queueing brokers
Gaetano Giunta
 
PPTX
Shall we play a game?
Maciej Lasyk
 
PDF
Fluentd in Co-Work
Makoto Haruyama
 
PPTX
A brief to PHP 7.3
Xinchen Hui
 
How to develop the Standard Libraries of Ruby?
Hiroshi SHIBATA
 
Developing high-performance network servers in Lisp
Vladimir Sedach
 
CPAN Training
Pedro Figueiredo
 
Perl Dist::Surveyor 2011
Tim Bunce
 
The Parenscript Common Lisp to JavaScript compiler
Vladimir Sedach
 
20140925 rails pacific
Hiroshi SHIBATA
 
PHP7 - The New Engine for old good train
Xinchen Hui
 
20140918 ruby kaigi2014
Hiroshi SHIBATA
 
Nashorn: JavaScript that doesn’t suck (ILJUG)
Tomer Gabel
 
3 years with Clojure
Michael Klishin
 
2021.laravelconf.tw.slides2
LiviaLiaoFontech
 
JRuby: What's Different (RORO Melbourne October 2011)
Charles Nutter
 
The problem with Perl
Pedro Figueiredo
 
Perl in Teh Cloud
Pedro Figueiredo
 
Taming the resource tiger
Elizabeth Smith
 
キレイ会議 on Laravel
Nʎ Nkogues
 
Rabbits, indians and... Symfony meets queueing brokers
Gaetano Giunta
 
Shall we play a game?
Maciej Lasyk
 
Fluentd in Co-Work
Makoto Haruyama
 
A brief to PHP 7.3
Xinchen Hui
 

Viewers also liked (9)

PPTX
やさしいGemパッチの作り方
Maki Toshio
 
PDF
RSpec Performance Turning
Go Sueyoshi (a.k.a sue445)
 
PDF
How to Begin to Develop Ruby Core
Hiroshi SHIBATA
 
PDF
Quine・難解プログラミングについて
mametter
 
PDF
Cookpad 17 day Tech internship 2017 言語処理系入門 Rubyをコンパイルしよう
Koichi Sasada
 
PDF
Esoteric, Obfuscated, Artistic Programming in Ruby
mametter
 
ODP
Goのサーバサイド実装におけるレイヤ設計とレイヤ内実装について考える
pospome
 
PDF
Perfect Norikra 2nd Season
SATOSHI TAGOMORI
 
PDF
Ruby and Distributed Storage Systems
SATOSHI TAGOMORI
 
やさしいGemパッチの作り方
Maki Toshio
 
RSpec Performance Turning
Go Sueyoshi (a.k.a sue445)
 
How to Begin to Develop Ruby Core
Hiroshi SHIBATA
 
Quine・難解プログラミングについて
mametter
 
Cookpad 17 day Tech internship 2017 言語処理系入門 Rubyをコンパイルしよう
Koichi Sasada
 
Esoteric, Obfuscated, Artistic Programming in Ruby
mametter
 
Goのサーバサイド実装におけるレイヤ設計とレイヤ内実装について考える
pospome
 
Perfect Norikra 2nd Season
SATOSHI TAGOMORI
 
Ruby and Distributed Storage Systems
SATOSHI TAGOMORI
 
Ad

Similar to Test::Kantan - Perl and Testing (20)

PDF
How CPAN Testers helped me improve my module
acme
 
PDF
Perl Testing Consideration (seen from other languages)
Masaki Nakagawa
 
PDF
TAP In Depth
Michael Peters
 
PDF
Perl 5.10
acme
 
PPT
2016年のPerl (Long version)
charsbar
 
PDF
Test-Tutorial
tutorialsruby
 
PDF
Test-Tutorial
tutorialsruby
 
ODP
Advanced Perl Techniques
Dave Cross
 
PDF
Integration Testing Practice using Perl
Masaki Nakagawa
 
PDF
IntroTestMore
tutorialsruby
 
PDF
IntroTestMore
tutorialsruby
 
PDF
Running and Developing Tests with the Apache::Test Framework
webhostingguy
 
ODP
Introduction to Modern Perl
Dave Cross
 
PDF
Enterprise Perl
Dave Cross
 
PDF
What's new in Perl 5.12?
acme
 
ODP
Advanced Perl Techniques
Dave Cross
 
ODP
What's new in Perl 5.10?
acme
 
PDF
Test tutorial
msksaba
 
PDF
O CPAN tem as ferramentas que você precisa para fazer TDD em Perl, o Coding D...
Rodolfo Carvalho
 
PDF
Perl 101
Alex Balhatchet
 
How CPAN Testers helped me improve my module
acme
 
Perl Testing Consideration (seen from other languages)
Masaki Nakagawa
 
TAP In Depth
Michael Peters
 
Perl 5.10
acme
 
2016年のPerl (Long version)
charsbar
 
Test-Tutorial
tutorialsruby
 
Test-Tutorial
tutorialsruby
 
Advanced Perl Techniques
Dave Cross
 
Integration Testing Practice using Perl
Masaki Nakagawa
 
IntroTestMore
tutorialsruby
 
IntroTestMore
tutorialsruby
 
Running and Developing Tests with the Apache::Test Framework
webhostingguy
 
Introduction to Modern Perl
Dave Cross
 
Enterprise Perl
Dave Cross
 
What's new in Perl 5.12?
acme
 
Advanced Perl Techniques
Dave Cross
 
What's new in Perl 5.10?
acme
 
Test tutorial
msksaba
 
O CPAN tem as ferramentas que você precisa para fazer TDD em Perl, o Coding D...
Rodolfo Carvalho
 
Perl 101
Alex Balhatchet
 
Ad

More from Tokuhiro Matsuno (20)

PDF
20190126 yapc tokyo keynote
Tokuhiro Matsuno
 
PPTX
最近のPerlバイナリマネージャー Perl 編
Tokuhiro Matsuno
 
PPTX
Plenv and perl build, and search.cpan.org
Tokuhiro Matsuno
 
PDF
MyBatis を利用した web application 開発についてのご紹介
Tokuhiro Matsuno
 
PDF
Yapc fukuoka crust
Tokuhiro Matsuno
 
PDF
Perl6 と web 開発と
Tokuhiro Matsuno
 
PDF
Lineにおけるspring frameworkの活用
Tokuhiro Matsuno
 
PPTX
Openjdk 入門してみた話
Tokuhiro Matsuno
 
PDF
promgen - prometheus managemnet tool / simpleclient_java hacks @ Prometheus c...
Tokuhiro Matsuno
 
PDF
Java web application testing
Tokuhiro Matsuno
 
PDF
Javaで1から10まで書いた話(sanitized)
Tokuhiro Matsuno
 
PDF
[jjug] Java と Benchmark
Tokuhiro Matsuno
 
PPT
Devel::NYTProf::Apache
Tokuhiro Matsuno
 
PPT
MySQL のチューニングについて考えてみた
Tokuhiro Matsuno
 
PPT
Archer
Tokuhiro Matsuno
 
PPT
MySQL::NameLocker
Tokuhiro Matsuno
 
PPT
Inside MF
Tokuhiro Matsuno
 
PPT
Web Application FLow
Tokuhiro Matsuno
 
PPT
madeye agents
Tokuhiro Matsuno
 
PPT
madeye classes
Tokuhiro Matsuno
 
20190126 yapc tokyo keynote
Tokuhiro Matsuno
 
最近のPerlバイナリマネージャー Perl 編
Tokuhiro Matsuno
 
Plenv and perl build, and search.cpan.org
Tokuhiro Matsuno
 
MyBatis を利用した web application 開発についてのご紹介
Tokuhiro Matsuno
 
Yapc fukuoka crust
Tokuhiro Matsuno
 
Perl6 と web 開発と
Tokuhiro Matsuno
 
Lineにおけるspring frameworkの活用
Tokuhiro Matsuno
 
Openjdk 入門してみた話
Tokuhiro Matsuno
 
promgen - prometheus managemnet tool / simpleclient_java hacks @ Prometheus c...
Tokuhiro Matsuno
 
Java web application testing
Tokuhiro Matsuno
 
Javaで1から10まで書いた話(sanitized)
Tokuhiro Matsuno
 
[jjug] Java と Benchmark
Tokuhiro Matsuno
 
Devel::NYTProf::Apache
Tokuhiro Matsuno
 
MySQL のチューニングについて考えてみた
Tokuhiro Matsuno
 
MySQL::NameLocker
Tokuhiro Matsuno
 
Inside MF
Tokuhiro Matsuno
 
Web Application FLow
Tokuhiro Matsuno
 
madeye agents
Tokuhiro Matsuno
 
madeye classes
Tokuhiro Matsuno
 

Recently uploaded (20)

PDF
Water Design_Manual_2005. KENYA FOR WASTER SUPPLY AND SEWERAGE
DancanNgutuku
 
PPTX
Unit II: Meteorology of Air Pollution and Control Engineering:
sundharamm
 
PPTX
Data_Analytics_Presentation_By_Malik_Azanish_Asghar.pptx
azanishmalik1
 
PDF
13th International Conference of Networks and Communications (NC 2025)
JohannesPaulides
 
PDF
mosfet introduction engg topic for students.pdf
trsureshkumardata
 
PPT
Oxygen Co2 Transport in the Lungs(Exchange og gases)
SUNDERLINSHIBUD
 
PDF
BioSensors glucose monitoring, cholestrol
nabeehasahar1
 
PDF
Unified_Cloud_Comm_Presentation anil singh ppt
anilsingh298751
 
PDF
POWER PLANT ENGINEERING (R17A0326).pdf..
haneefachosa123
 
PPTX
Chapter 3 Slides - Part I-accountibg.pptx
JamesBond379166
 
PPTX
purpose of this tutorial is to introduce you to Computers and its fundamentals.
rameshwardayalrao1
 
PPT
04 Origin of Evinnnnnnnnnnnnnnnnnnnnnnnnnnl-notes.ppt
LuckySangalala1
 
PDF
monopile foundation seminar topic for civil engineering students
Ahina5
 
PPTX
Abstract Data Types (ADTs) in Data Structures
mwaslam2303
 
PDF
Detailed manufacturing Engineering and technology notes
VIKKYsing
 
PPTX
MPMC_Module-2 xxxxxxxxxxxxxxxxxxxxx.pptx
ShivanshVaidya5
 
PDF
SMART HOME AUTOMATION PPT BY - SHRESTH SUDHIR KOKNE
SHRESTHKOKNE
 
PDF
LEARNING CROSS-LINGUAL WORD EMBEDDINGS WITH UNIVERSAL CONCEPTS
kjim477n
 
PPTX
UNIT III CONTROL OF PARTICULATE CONTAMINANTS
sundharamm
 
PPTX
Coding about python and MySQL connectivity
inderjitsingh1985as
 
Water Design_Manual_2005. KENYA FOR WASTER SUPPLY AND SEWERAGE
DancanNgutuku
 
Unit II: Meteorology of Air Pollution and Control Engineering:
sundharamm
 
Data_Analytics_Presentation_By_Malik_Azanish_Asghar.pptx
azanishmalik1
 
13th International Conference of Networks and Communications (NC 2025)
JohannesPaulides
 
mosfet introduction engg topic for students.pdf
trsureshkumardata
 
Oxygen Co2 Transport in the Lungs(Exchange og gases)
SUNDERLINSHIBUD
 
BioSensors glucose monitoring, cholestrol
nabeehasahar1
 
Unified_Cloud_Comm_Presentation anil singh ppt
anilsingh298751
 
POWER PLANT ENGINEERING (R17A0326).pdf..
haneefachosa123
 
Chapter 3 Slides - Part I-accountibg.pptx
JamesBond379166
 
purpose of this tutorial is to introduce you to Computers and its fundamentals.
rameshwardayalrao1
 
04 Origin of Evinnnnnnnnnnnnnnnnnnnnnnnnnnl-notes.ppt
LuckySangalala1
 
monopile foundation seminar topic for civil engineering students
Ahina5
 
Abstract Data Types (ADTs) in Data Structures
mwaslam2303
 
Detailed manufacturing Engineering and technology notes
VIKKYsing
 
MPMC_Module-2 xxxxxxxxxxxxxxxxxxxxx.pptx
ShivanshVaidya5
 
SMART HOME AUTOMATION PPT BY - SHRESTH SUDHIR KOKNE
SHRESTHKOKNE
 
LEARNING CROSS-LINGUAL WORD EMBEDDINGS WITH UNIVERSAL CONCEPTS
kjim477n
 
UNIT III CONTROL OF PARTICULATE CONTAMINANTS
sundharamm
 
Coding about python and MySQL connectivity
inderjitsingh1985as
 

Test::Kantan - Perl and Testing