Paketname | python-mock |
Beschreibung | Mocking and Testing Library |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.6.0-1 |
Sektion | universe/python |
Priorität | extra |
Installierte Größe | 352 Byte |
Hängt ab von | |
Empfohlene Pakete | libjs-jquery |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 56780 Byte |
Prüfsumme MD5 | 57f2e7c797561241d67455b195d16d58 |
Prüfsumme SHA1 | affac6668459484698adcf5b5d80ba57ce9bc13b |
Prüfsumme SHA256 | b4428336ca9e3e6fd2e3c9c581749750054546af6293f229465ac69b4c580caf |
Link zum Herunterladen | python-mock_0.6.0-1_all.deb |
Ausführliche Beschreibung | mock provides a core mock.Mock class that is intended to reduce the
need to create a host of trivial stubs throughout your test suite.
After performing an action, you can make assertions about which methods
/ attributes were used and arguments they were called with. You can
also specify return values and set specific attributes in the normal
way.
|