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
Unit test
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
JuanPablo
August 30, 2014
Programming
130
0
Share
Unit test
JuanPablo
August 30, 2014
More Decks by JuanPablo
See All by JuanPablo
Nodejs, mocha y un poco de travis-ci
juanpabloaj
0
63
Creando paquetes para npm
juanpabloaj
0
35
Empaquetando y distribuyendo código python con pip
juanpabloaj
0
510
Other Decks in Programming
See All in Programming
Linux Kernelの1文字のミスで 権限昇格ができた話
rqda
0
2.2k
メッセージングを利用して時間的結合を分離しよう #phperkaigi
kajitack
3
520
今年もTECHSCOREブログを書き続けます!
hiraoku101
0
200
S3ストレージクラスの「見える」「ある」「使える」は全部違う ─ 体験から見た、仕様の深淵を覗く
ya_ma23
0
1.2k
Fundamentals of Software Engineering In the Age of AI
therealdanvega
2
310
「接続」—パフォーマンスチューニングの最後の一手 〜点と点を結ぶ、その一瞬のために〜
kentaroutakeda
4
2.2k
コードレビューをしない選択 #でぃーぷらすトウキョウ
kajitack
3
1.2k
Codex の「自走力」を高める
yorifuji
0
1.3k
Codex CLI でつくる、Issue から merge までの開発フロー
amata1219
0
260
ローカルで稼働するAI エージェントを超えて / beyond-local-ai-agents
gawa
1
200
Kubernetesでセルフホストが簡単なNewSQLを求めて / Seeking a NewSQL Database That's Simple to Self-Host on Kubernetes
nnaka2992
0
190
ロボットのための工場に灯りは要らない
watany
12
3.2k
Featured
See All Featured
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Learning to Love Humans: Emotional Interface Design
aarron
275
41k
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.4k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
11
870
The SEO identity crisis: Don't let AI make you average
varn
0
430
How to Talk to Developers About Accessibility
jct
2
170
Code Review Best Practice
trishagee
74
20k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.7k
The Impact of AI in SEO - AI Overviews June 2024 Edition
aleyda
5
780
Hiding What from Whom? A Critical Review of the History of Programming languages for Music
tomoyanonymous
2
610
The untapped power of vector embeddings
frankvandijk
2
1.6k
Un-Boring Meetings
codingconduct
0
240
Transcript
Unit test
• setUp • tearDown
• https://docs.python.org/2/library/unittest.html
“un controlador de versiones, testing y esas cosas no son
para mi, no tengo tiempo para eso y no trabajo con colaboradores”
El yo del futuro el colaborador ineludible
• nosetests • py.test
TDD Test drive development
mock testeando lo intesteable
• Test-Driven Web Development with Python. Harry Percival http://chimera.labs.oreilly.com/books/1234000000754/index.html •
Testing Python: Applying Unit Testing, TDD, BDD and Acceptance Testing. David Sale