| Paketname | python-minimock |
| Beschreibung | simple library for Python mock objects |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 1.2.5-1 |
| Sektion | universe/python |
| Priorität | extra |
| Installierte Größe | 108 Byte |
| Hängt ab von | python-support (>= 0.90.0) |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu Developers |
| Quelle | |
| Paketgröße | 14684 Byte |
| Prüfsumme MD5 | 4c78e5660aef13809819c94a352745f6 |
| Prüfsumme SHA1 | 767c6413533ee666e7f8c47319bf40e8fd1421f8 |
| Prüfsumme SHA256 | 732076d5c8066f081fe309e4bf3a5a8c12c097fd89b999b3681eab7c27006bfb |
| Link zum Herunterladen | python-minimock_1.2.5-1_all.deb |
| Ausführliche Beschreibung | minimock is a simple Python library for using mock objects.
.
Its mock objects will report any access made to the mock object's
interfaces. By using the standard-library ‘doctest’ module, the
programmer can easily make assertions about how mock objects are
used by matching the reported access against expected behaviour.
.
Mock objects can return specified values, raise exceptions, etc.
to simulate the mocked behaviour. Existing objects can optionally
be replaced in-place in their namespace by a mock object, and
restored safely after testing.
|