
We've been using requests-mock in openstack testing now for quite some time without issue. The interface has been stable since about 0.3. Change the classifier to stable and the next release will be a 1.0 Change-Id: I8ab3121a04c2b69f2a9cef2f9d4d662b527387fb
29 lines
861 B
INI
29 lines
861 B
INI
[metadata]
|
|
name = requests-mock
|
|
author = Jamie Lennox
|
|
author-email = jamielennox@gmail.com
|
|
summary = Mock out responses from the requests package
|
|
description-file = README.rst
|
|
license = Apache-2
|
|
home-page = https://requests-mock.readthedocs.org/
|
|
classifier =
|
|
Development Status :: 5 - Production/Stable
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 2.6
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.3
|
|
Topic :: Software Development :: Testing
|
|
test_suite = requests_mock.tests
|
|
|
|
[files]
|
|
packages = requests_mock
|
|
|
|
[wheel]
|
|
universal = 1
|