Added mocktest into the libraries section

This commit is contained in:
Anton Beloglazov
2012-08-06 10:47:55 +10:00
parent 2d612f567a
commit e45c3bf7dc
5 changed files with 15 additions and 10 deletions

View File

@@ -532,18 +532,20 @@ the required components:
1. `pyqcy <https://github.com/Xion/pyqcy>`_ a QuickCheck-like testing 1. `pyqcy <https://github.com/Xion/pyqcy>`_ a QuickCheck-like testing
framework for Python, FreeBSD License. framework for Python, FreeBSD License.
2. `PyContracts <https://github.com/AndreaCensi/contracts>`_ a Python 2. `mocktest <https://github.com/gfxmonk/mocktest>`_ a mocking library
for Python, LGPL License.
3. `PyContracts <https://github.com/AndreaCensi/contracts>`_ a Python
library for Design by Contract (DbC), GNU Lesser General Public library for Design by Contract (DbC), GNU Lesser General Public
License. License.
3. `SQLAlchemy <http://www.sqlalchemy.org/>`_ a Python SQL toolkit and 4. `SQLAlchemy <http://www.sqlalchemy.org/>`_ a Python SQL toolkit and
Object Relational Mapper (used by the core OpenStack service), MIT Object Relational Mapper (used by the core OpenStack service), MIT
License. License.
4. `Bottle <http://bottlepy.org/>`_ a micro web-framework for Python, 5. `Bottle <http://bottlepy.org/>`_ a micro web-framework for Python,
authentication using the same credentials used to authenticate in the authentication using the same credentials used to authenticate in the
Nova API, MIT License. Nova API, MIT License.
5. `python-novaclient <https://github.com/openstack/python-novaclient>`_ 6. `python-novaclient <https://github.com/openstack/python-novaclient>`_
a Python Nova API client implementation, Apache 2.0 License. a Python Nova API client implementation, Apache 2.0 License.
6. `Sphinx <http://sphinx.pocoo.org/>`_ a documentation generator for 7. `Sphinx <http://sphinx.pocoo.org/>`_ a documentation generator for
Python, BSD License. Python, BSD License.
Global Manager Global Manager

View File

@@ -231,6 +231,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
<p>The following third party libraries are planned to be used to implement the required components:</p> <p>The following third party libraries are planned to be used to implement the required components:</p>
<ol style="list-style-type: decimal"> <ol style="list-style-type: decimal">
<li><a href="https://github.com/Xion/pyqcy">pyqcy</a> a QuickCheck-like testing framework for Python, FreeBSD License.</li> <li><a href="https://github.com/Xion/pyqcy">pyqcy</a> a QuickCheck-like testing framework for Python, FreeBSD License.</li>
<li><a href="https://github.com/gfxmonk/mocktest">mocktest</a> a mocking library for Python, LGPL License.</li>
<li><a href="https://github.com/AndreaCensi/contracts">PyContracts</a> a Python library for Design by Contract (DbC), GNU Lesser General Public License.</li> <li><a href="https://github.com/AndreaCensi/contracts">PyContracts</a> a Python library for Design by Contract (DbC), GNU Lesser General Public License.</li>
<li><a href="http://www.sqlalchemy.org/">SQLAlchemy</a> a Python SQL toolkit and Object Relational Mapper (used by the core OpenStack service), MIT License.</li> <li><a href="http://www.sqlalchemy.org/">SQLAlchemy</a> a Python SQL toolkit and Object Relational Mapper (used by the core OpenStack service), MIT License.</li>
<li><a href="http://bottlepy.org/">Bottle</a> a micro web-framework for Python, authentication using the same credentials used to authenticate in the Nova API, MIT License.</li> <li><a href="http://bottlepy.org/">Bottle</a> a micro web-framework for Python, authentication using the same credentials used to authenticate in the Nova API, MIT License.</li>

View File

@@ -411,15 +411,17 @@ The following third party libraries are planned to be used to implement the requ
1. [pyqcy](https://github.com/Xion/pyqcy) -- a QuickCheck-like testing framework for Python, FreeBSD 1. [pyqcy](https://github.com/Xion/pyqcy) -- a QuickCheck-like testing framework for Python, FreeBSD
License. License.
2. [PyContracts](https://github.com/AndreaCensi/contracts) -- a Python library for Design by 2. [mocktest](https://github.com/gfxmonk/mocktest) -- a mocking library for Python, LGPL
License.
3. [PyContracts](https://github.com/AndreaCensi/contracts) -- a Python library for Design by
Contract (DbC), GNU Lesser General Public License. Contract (DbC), GNU Lesser General Public License.
3. [SQLAlchemy](http://www.sqlalchemy.org/) -- a Python SQL toolkit and Object Relational Mapper 4. [SQLAlchemy](http://www.sqlalchemy.org/) -- a Python SQL toolkit and Object Relational Mapper
(used by the core OpenStack service), MIT License. (used by the core OpenStack service), MIT License.
4. [Bottle](http://bottlepy.org/) -- a micro web-framework for Python, authentication using the same 5. [Bottle](http://bottlepy.org/) -- a micro web-framework for Python, authentication using the same
credentials used to authenticate in the Nova API, MIT License. credentials used to authenticate in the Nova API, MIT License.
5. [python-novaclient](https://github.com/openstack/python-novaclient) -- a Python Nova API client 6. [python-novaclient](https://github.com/openstack/python-novaclient) -- a Python Nova API client
implementation, Apache 2.0 License. implementation, Apache 2.0 License.
6. [Sphinx](http://sphinx.pocoo.org/) -- a documentation generator for Python, BSD License. 7. [Sphinx](http://sphinx.pocoo.org/) -- a documentation generator for Python, BSD License.
## Global Manager ## Global Manager