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
JuanPablo
August 30, 2014
Programming
0
120
Unit test
JuanPablo
August 30, 2014
Tweet
Share
More Decks by JuanPablo
See All by JuanPablo
Nodejs, mocha y un poco de travis-ci
juanpabloaj
0
60
Creando paquetes para npm
juanpabloaj
0
33
Empaquetando y distribuyendo código python con pip
juanpabloaj
0
470
Other Decks in Programming
See All in Programming
【第4回】関東Kaggler会「Kaggleは執筆に役立つ」
mipypf
0
930
エンジニアのための”最低限いい感じ”デザイン入門
shunshobon
0
130
KessokuでDIでもgoroutineを活用する / Go Connect #6
mazrean
0
120
[FEConf 2025] 모노레포 절망편, 14개 레포로 부활하기까지 걸린 1년
mmmaxkim
0
1.3k
学習を成果に繋げるための個人開発の考え方 〜 「学習のための個人開発」のすすめ / personal project for leaning
panda_program
1
110
Google I/O recap web編 大分Web祭り2025
kponda
0
2.9k
rage against annotate_predecessor
junk0612
0
130
Laravel Boost 超入門
fire_arlo
2
140
物語を動かす行動"量" #エンジニアニメ
konifar
14
5.6k
20250808_AIAgent勉強会_ClaudeCodeデータ分析の実運用〜競馬を題材に回収率100%の先を目指すメソッドとは〜
kkakeru
0
210
Ruby Parser progress report 2025
yui_knk
1
180
為你自己學 Python - 冷知識篇
eddie
1
280
Featured
See All Featured
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
How to train your dragon (web standard)
notwaldorf
96
6.2k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Embracing the Ebb and Flow
colly
87
4.8k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
185
54k
GraphQLとの向き合い方2022年版
quramy
49
14k
The Invisible Side of Design
smashingmag
301
51k
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