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
56
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
[DevinMeetupTokyo2025] コード書かせないDevinの使い方
takumiyoshikawa
2
140
MCPを使ってイベントソーシングのAIコーディングを効率化する / Streamlining Event Sourcing AI Coding with MCP
tomohisa
0
180
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
0
470
Claude Code + Container Use と Cursor で作る ローカル並列開発環境のススメ / ccc local dev
kaelaela
12
7.4k
QA x AIエコシステム段階構築作戦
osu
0
140
slogパッケージの深掘り
integral0515
0
120
Git Sync を超える!OSS で実現する CDK Pull 型デプロイ / Deploying CDK with PipeCD in Pull-style
tkikuc
4
450
効率的な開発手段として VRTを活用する
ishkawa
1
180
はじめてのWeb API体験 ー 飲食店検索アプリを作ろうー
akinko_0915
0
160
ソフトウェア設計とAI技術の活用
masuda220
PRO
25
6.7k
階層化自動テストで開発に機動力を
ickx
1
420
テスターからテストエンジニアへ ~新米テストエンジニアが歩んだ9ヶ月振り返り~
non0113
2
240
Featured
See All Featured
Six Lessons from altMBA
skipperchong
28
3.9k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Producing Creativity
orderedlist
PRO
346
40k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
370
Designing Experiences People Love
moore
142
24k
Scaling GitHub
holman
461
140k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
How to train your dragon (web standard)
notwaldorf
96
6.1k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
The Language of Interfaces
destraynor
158
25k
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