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
130
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
61
Creando paquetes para npm
juanpabloaj
0
34
Empaquetando y distribuyendo código python con pip
juanpabloaj
0
480
Other Decks in Programming
See All in Programming
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
190
アメ車でサンノゼを走ってきたよ!
s_shimotori
0
220
Le côté obscur des IA génératives
pascallemerrer
0
140
チームの境界をブチ抜いていけ
tokai235
0
160
Cloudflare AgentsとAI SDKでAIエージェントを作ってみた
briete
0
140
Cursorハンズオン実践!
eltociear
2
1k
Six and a half ridiculous things to do with Quarkus
hollycummins
0
170
Your Perfect Project Setup for Angular @BASTA! 2025 in Mainz
manfredsteyer
PRO
0
170
Swift Concurrency - 状態監視の罠
objectiveaudio
2
510
組込みだけじゃない!TinyGo で始める無料クラウド開発入門
otakakot
0
230
(Extension DC 2025) Actor境界を越える技術
teamhimeh
1
250
Devoxx BE - Local Development in the AI Era
kdubois
0
130
Featured
See All Featured
Leading Effective Engineering Teams in the AI Era
addyosmani
1
270
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
Making Projects Easy
brettharned
119
6.4k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
We Have a Design System, Now What?
morganepeng
53
7.8k
Practical Orchestrator
shlominoach
190
11k
KATA
mclloyd
32
15k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Faster Mobile Websites
deanohume
310
31k
Mobile First: as difficult as doing things right
swwweet
224
10k
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