Paketname | python-mox |
Beschreibung | a mock object framework for Python |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.5.3-1 |
Sektion | python |
Priorität | extra |
Installierte Größe | 92 Byte |
Hängt ab von | python, python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Iustin Pop |
Quelle | |
Paketgröße | 18620 Byte |
Prüfsumme MD5 | 57785ef78e9f260aa622c6275d406365 |
Prüfsumme SHA1 | e031af2a34e5e289367af7f72113115ffe30a5c1 |
Prüfsumme SHA256 | 6f714edf4f9e2026e33b6f0c18a2b547458cbd2c9cf6a3d8e3a6e29acb0c1588 |
Link zum Herunterladen | python-mox_0.5.3-1_all.deb |
Ausführliche Beschreibung | Mox is a mock object framework for Python that simplifies the writing of
unittests.
.
Mox will make mock objects for you, so you don't have to create your
own. It mocks the public/protected interfaces of Python objects. You set
up your mock objects expected behavior using a domain specific language
(DSL), which makes it easy to use, understand, and refactor.
.
It is based on EasyMock, a Java mock object framework.
|