Hodně lidí v Pythonu používá unittest
, což je modul ze standardní knihovny,
který lidem umožňuje rychle vytáhnout nějaký ten XUnit způsob psaní testů
plný class TestNěco
, self.assertTamto()
a setUp/tearDown
tohleto. Když
je testů víc, běžně si k tomu vytáhnou nějaký namakanější test runner, třeba
nose
. Test runner je něco, co umí inteligentně spouštět testy - např. jen ty,
které od posledně selhaly, ale těch užitečných funkcí je tam víc.
Protože nose
testy spouští, umožňuje vyběhnout z XUnit stylu a nabízí spoustu
dalších triků, které ale nikdo nepoužívá, protože o nich neví. V zásadě ale
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# used by Git (commit messages, rebase, ...) | |
export EDITOR=vim |
This gist was deprecated by full featured repository