Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Beyond Coverage
Search
Mariano Anaya
July 10, 2017
Programming
0
170
Beyond Coverage
Lightning talk presented at EuroPython 2017, on Monday 10-07-2017
Mariano Anaya
July 10, 2017
Tweet
Share
More Decks by Mariano Anaya
See All by Mariano Anaya
Demystifying Coroutines and Asynchronous Programming in Python
rmariano
1
130
Demystifying coroutines and asynchronous programming in Pyhon
rmariano
1
290
Exploring Generators & Coroutines
rmariano
1
760
Discovering-Descriptors_ep.pdf
rmariano
1
350
Discovering Descriptors
rmariano
0
150
Clean Code in Python
rmariano
2
2.1k
Other Decks in Programming
See All in Programming
PHPで作るWebSocketサーバー ~リアクティブなアプリケーションを知るために~ / WebSocket Server in PHP - To know reactive applications
seike460
PRO
2
800
どうして手を動かすよりもチーム内のコードレビューを優先するべきなのか
okashoi
3
940
CNCF Project の作者が考えている OSS の運営
utam0k
5
550
“あなた” の開発を支援する AI エージェント Bedrock Engineer / introducing-bedrock-engineer
gawa
9
1k
20241217 競争力強化とビジネス価値創出への挑戦:モノタロウのシステムモダナイズ、開発組織の進化と今後の展望
monotaro
PRO
0
340
自動で //nolint を挿入する取り組み / Gopher's Gathering
utgwkk
1
150
定理証明プラットフォーム lapisla.net
abap34
1
610
BEエンジニアがFEの業務をできるようになるまでにやったこと
yoshida_ryushin
0
250
AWSのLambdaで PHPを動かす選択肢
rinchoku
2
400
Flatt Security XSS Challenge 解答・解説
flatt_security
0
790
Rubyでつくるパケットキャプチャツール
ydah
0
300
Оптимизируем производительность блока Казначейство
lamodatech
0
980
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
It's Worth the Effort
3n
184
28k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
174
51k
How STYLIGHT went responsive
nonsquared
96
5.3k
Typedesign – Prime Four
hannesfritz
40
2.5k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
28
2.2k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.6k
Navigating Team Friction
lara
183
15k
Producing Creativity
orderedlist
PRO
343
39k
Designing for Performance
lara
604
68k
Docker and Python
trallard
43
3.2k
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.4k
Transcript
Beyond Coverage Mariano Anaya @rmarianoa
Test Coverage might be misleading
It’s not a quality metric
Just a reference
It’s necessary, but not sufficient
It can only tell about the code that is there...
...what about the missing code?
SQLite Library: 122.9 KLOC Tests: 91 596.1 KLOC (745x)
# of tests >> # of main source
None
Don’t rely on coverage.
Rely on thoughtful testing.
Thank You! @rmarianoa