| Paketname | python-mock |
| Beschreibung | Mocking and Testing Library |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 0.6.0-1.1 |
| Sektion | python |
| Priorität | extra |
| Installierte Größe | 352 Byte |
| Hängt ab von | python, python-support (>= 0.90.0) |
| Empfohlene Pakete | libjs-jquery |
| Paketbetreuer | David Watson |
| Quelle | |
| Paketgröße | 59282 Byte |
| Prüfsumme MD5 | ebe922db1095e04252d21781bed6de0a |
| Prüfsumme SHA1 | c1b5d6379cfddd68b037ebc139c22270b962db4d |
| Prüfsumme SHA256 | 56a3f5433bf129916b90725851b2aa3aaee24781f1f5e24478b6afdfcc188374 |
| Link zum Herunterladen | python-mock_0.6.0-1.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.
|