-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Document backporting - Reference the cPython dev docs for everything else. - Test docs and package summary.
- Loading branch information
1 parent
6f72979
commit 18c9bbd
Showing
18 changed files
with
233 additions
and
5,684 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,6 @@ runtox | |
.*.swp | ||
AUTHORS | ||
ChangeLog | ||
.eggs | ||
README.saved | ||
README.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,32 +11,19 @@ compatible with Python 2.7 and up, and 3.2 and up. | |
|
||
Please see the standard library documentation for more details. | ||
|
||
mock is CI tested using Travis-CI on Python versions 2.7, 3.2, 3.3, 3.4, 3.5, | ||
nightly Python 3 builds, pypy, pypy3. Jython support is desired, if | ||
someone could contribute a patch to .travis.jml to support it that would be | ||
excellent. | ||
|
||
The last release of mock to support 2.6 was 1.0.1. mock 1.1.0 and above require | ||
Python 2.7 or higher. | ||
|
||
NEWS entries from cPython: | ||
|
||
.. include:: NEWS | ||
|
||
Notes for maintainers | ||
--------------------- | ||
|
||
Releasing | ||
========= | ||
|
||
2. tag -s, push --tags origin master | ||
3. setup.py sdist bdist_wheel upload -s | ||
|
||
Backporting rules | ||
================= | ||
|
||
type -> ClassTypes | ||
__self__ -> self | ||
name.isidentifier() -> _isidentifier(name) | ||
super -> _super | ||
|
||
:Homepage: `Mock Homepage`_ | ||
:Download: `Mock on PyPI`_ | ||
:Documentation: `Python Docs`_ | ||
:License: `BSD License`_ | ||
:Support: `Mailing list ([email protected]) | ||
<http://lists.idyll.org/listinfo/testing-in-python>`_ | ||
:Issue tracker: `Github Issues | ||
<https://github.com/testing-cabal/mock/issues>`_ | ||
:Build status: | ||
.. image:: https://travis-ci.org/testing-cabal/mock.svg?branch=master | ||
:target: https://travis-ci.org/testing-cabal/mock | ||
|
||
.. _Mock Homepage: https://github.com/testing-cabal/mock | ||
.. _BSD License: http://github.com/testing-cabal/mock/blob/master/LICENSE.txt | ||
.. _Python Docs: https://docs.python.org/dev/library/unittest.mock.html | ||
.. _mock on PyPI: http://pypi.python.org/pypi/mock |
Oops, something went wrong.