File: PKG-INFO

package info (click to toggle)
python-mock 0.6.0-1.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 780 kB
  • ctags: 245
  • sloc: python: 755; makefile: 28
file content (16 lines) | stat: -rw-r--r-- 751 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Metadata-Version: 1.0
Name: mock
Version: 0.6.0
Summary: A Python mock object library
Home-page: http://www.voidspace.org.uk/python/mock/
Author: Michael Foord
Author-email: fuzzyman@voidspace.org.uk
License: BSD
Download-URL: http://www.voidspace.org.uk/downloads/mock-0.6.0.zip
Description: Mock is a flexible mock object intended to replace the use of stubs and test doubles
        throughout your code. Mocks are callable and create attributes as new mocks when you
        access them. Accessing the same attribute will always return the same mock. Mocks
        record how you use them, allowing you to make assertions about what your code has
        done to them.
Keywords: testing test mock mocking unittest patching stubs
Platform: UNKNOWN