• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[metadata]
2name = mock
3summary = Rolling backport of unittest.mock for all Pythons
4home-page = https://github.com/testing-cabal/mock
5description-file = README.rst
6author = Testing Cabal
7author-email = testing-in-python@lists.idyll.org
8classifier =
9    Development Status :: 5 - Production/Stable
10    Environment :: Console
11    Intended Audience :: Developers
12    License :: OSI Approved :: BSD License
13    Operating System :: OS Independent
14    Programming Language :: Python
15    Programming Language :: Python :: 2
16    Programming Language :: Python :: 2.7
17    Programming Language :: Python :: 3
18    Programming Language :: Python :: 3.3
19    Programming Language :: Python :: 3.4
20    Programming Language :: Python :: 3.5
21    Programming Language :: Python :: 3.6
22    Programming Language :: Python :: Implementation :: CPython
23    Programming Language :: Python :: Implementation :: Jython
24    Programming Language :: Python :: Implementation :: PyPy
25    Topic :: Software Development :: Libraries
26    Topic :: Software Development :: Libraries :: Python Modules
27    Topic :: Software Development :: Testing
28keyword =
29    testing, test, mock, mocking, unittest, patching, stubs, fakes, doubles
30
31[extras]
32test =
33  unittest2>=1.1.0
34docs =
35  sphinx
36
37[files]
38packages = mock
39
40[bdist_wheel]
41universal = 1
42