Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
links and not
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Aug 8, 2013
1 parent 49c26f6 commit 0f0df19
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,19 @@ Loads — Load testing for dummies
With **Loads**, your load tests are classical
Python unit tests which are calling the service(s) you want to send load to.

It also comes with a command line to run the actual load.

Loads tries its best to avoid reinventing the wheel, so we offer an
integration with 3 existing libraries: **Requests**, **WebTest** and
**ws4py**. You just need to write your tests with one
or several of those libraries, and **Loads** will do the rest.
integration with 3 existing libraries: `Requests <http://docs.python-requests.org>`_,
`WebTest <http://webtest.readthedocs.org>`_ and
`ws4py <https://ws4py.readthedocs.org>`_.
You just need to write your tests with one or several of
those libraries, and **Loads** will do the rest.

.. note::

If you don't want to write your load tests using Python, or if
you want to use any other library to describe the testing,
**Loads** allows you to use your own formalism. See :ref:`zmq-api`.


Here's a really simple example where we check that a
local Elastic Search server is answering to HTTP calls:
Expand Down Expand Up @@ -56,13 +63,6 @@ With such a test, running **Loads** is done by pointing the
See :ref:`guide` for more options and information.

.. warning::

If you don't want to write your load tests using Python, or if
you want to use any other library to describe the testing,
**Loads** allows you to use your own formalism. See :ref:`zmq-api`.


More documentation
------------------

Expand Down

0 comments on commit 0f0df19

Please sign in to comment.