Skip to content

Commit

Permalink
move history to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
garybernhardt committed Mar 6, 2011
1 parent 7242653 commit 76b90a6
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docs/comparison.rst
Expand Up @@ -55,13 +55,6 @@ comparisons to the `GitHub project
<https://github.com/garybernhardt/python-mock-comparison>`_. Pull requests are
appreciated.

History of this document:

* Originally created by the `Mox project <https://code.google.com/p/pymox/wiki/MoxComparison>`_
* Extended for `flexmock and mock <http://has207.github.com/flexmock/compare.html>`_ by Herman Sheremetyev
* Further edited for use in the `mock documentation <http://www.voidspace.org.uk/python/mock/compare.html>`_ by Michael Foord
* Generalizd with doctests for all libraries by Gary Bernhardt

.. note::

Many examples tasks here were originally created by Mox, which is a mocking
Expand Down Expand Up @@ -516,3 +509,12 @@ Examples for mock and Dingus only (so far):
'some data'
>>> assert my_dingus.calls('()', 'foo').once()

==========================
History of This Document
==========================

* Originally created by the `Mox project <https://code.google.com/p/pymox/wiki/MoxComparison>`_
* Extended for `flexmock and mock <http://has207.github.com/flexmock/compare.html>`_ by Herman Sheremetyev
* Further edited for use in the `mock documentation <http://www.voidspace.org.uk/python/mock/compare.html>`_ by Michael Foord
* Generalizd with doctests for all libraries by Gary Bernhardt and contributors

0 comments on commit 76b90a6

Please sign in to comment.