Paketname | python-mox |
Beschreibung | a mock object framework for Python |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.5.1-1 |
Sektion | universe/python |
Priorität | extra |
Installierte Größe | 112 Byte |
Hängt ab von | python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 16186 Byte |
Prüfsumme MD5 | a0e0dd97ce18138009f26aec7c7031d8 |
Prüfsumme SHA1 | 978402141b8ba5f441b98d2b36151a85b2d1e054 |
Prüfsumme SHA256 | 342c436a108ee2af0587fe15e73e06f5854e13045d9319ecd9f904c4e4c64b9f |
Link zum Herunterladen | python-mox_0.5.1-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.
|