DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-minimock
Beschreibungsimple library for Python mock objects
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.2.5-1
Sektionpython
Prioritätoptional
Installierte Größe108 Byte
Hängt ab vonpython-support (>= 0.90.0)
Empfohlene Pakete
PaketbetreuerBen Finney
Quelle
Paketgröße14622 Byte
Prüfsumme MD5cc10ed73482d1e0a4d71cf8eb5434f9d
Prüfsumme SHA14fcee895ce2cdce115e84e133709bb9e2781c2e8
Prüfsumme SHA2568c941c537038000a652ce0a8b0ab1c96fb9b5eb78937f8d8b7263e91fedca062
Link zum Herunterladenpython-minimock_1.2.5-1_all.deb
Ausführliche Beschreibungminimock 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.


Impressum
Linux is a registered trademark of Linus Torvalds