From f5f2dc533598070b760bd9c4045ec5a29d8d14e3 Mon Sep 17 00:00:00 2001 From: Stavros Sachtouris Date: Thu, 21 Feb 2013 12:50:13 +0200 Subject: [PATCH] Rename tests to livetest in kamaki.clients Update documentation to reflect these changes --- docs/installation.rst | 10 +- docs/setup.rst | 100 ++++++++++++++++++-- .../cli/commands/{test_cli.py => livetest_cli.py} | 44 ++++----- kamaki/clients/{tests => livetest}/__init__.py | 19 ++-- kamaki/clients/{tests => livetest}/astakos.py | 4 +- kamaki/clients/{tests => livetest}/cyclades.py | 6 +- kamaki/clients/{tests => livetest}/image.py | 6 +- kamaki/clients/{tests => livetest}/pithos.py | 10 +- kamaki/clients/pithos.py | 18 ++-- setup.py | 2 +- 10 files changed, 153 insertions(+), 66 deletions(-) rename kamaki/cli/commands/{test_cli.py => livetest_cli.py} (88%) rename kamaki/clients/{tests => livetest}/__init__.py (91%) rename kamaki/clients/{tests => livetest}/astakos.py (97%) rename kamaki/clients/{tests => livetest}/cyclades.py (99%) rename kamaki/clients/{tests => livetest}/image.py (98%) rename kamaki/clients/{tests => livetest}/pithos.py (99%) diff --git a/docs/installation.rst b/docs/installation.rst index 87e777c..81fb712 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -105,7 +105,7 @@ A more detailed example of using virtual env can be found at the `snf-image-crea Install objpool (was: snf-common) """"""""""""""""""""""""""""""""" -Since 0.6.2, kamaki is based on python-objpool. The objpool package is easy to install from source (even on windows platforms): +Kamaki is based on python-objpool. The objpool package is easy to install from source, even on windows platforms: .. code-block:: console @@ -121,7 +121,7 @@ Kamaki can be downloaded from `this location