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
55
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
NPOでのDevinの活用
codeforeveryone
0
450
20250613-SSKMvol.15
diostray
0
100
Rubyでやりたい駆動開発 / Ruby driven development
chobishiba
1
490
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
210
設計やレビューに悩んでいるPHPerに贈る、クリーンなオブジェクト設計の指針たち
panda_program
6
1.7k
datadog dash 2025 LLM observability for reliability and stability
ivry_presentationmaterials
0
190
Beyond Portability: Live Migration for Evolving WebAssembly Workloads
chikuwait
0
400
0626 Findy Product Manager LT Night_高田スライド_speaker deck用
mana_takada
0
130
Create a website using Spatial Web
akkeylab
0
310
A2A プロトコルを試してみる
azukiazusa1
2
1.2k
Composerが「依存解決」のためにどんな工夫をしているか #phpcon
o0h
PRO
1
240
既存デザインを変更せずにタップ領域を広げる方法
tahia910
1
240
Featured
See All Featured
For a Future-Friendly Web
brad_frost
179
9.8k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
The World Runs on Bad Software
bkeepers
PRO
69
11k
Stop Working from a Prison Cell
hatefulcrawdad
270
20k
RailsConf 2023
tenderlove
30
1.1k
Building Adaptive Systems
keathley
43
2.6k
Documentation Writing (for coders)
carmenintech
72
4.9k
Code Reviewing Like a Champion
maltzj
524
40k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
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