Revision 4054c46d docs/setup.rst

b/docs/setup.rst
21 21
Optional features
22 22
-----------------
23 23

  
24
For installing any all of the following, consult the `kamaki installation guide <installation.html#install-progress-and-or-ansicolors-optional>`_
24
For installing any or all of the following, consult the `kamaki installation guide <installation.html#install-ansicolors>`_
25 25

  
26 26
* ansicolors
27 27
    * Make command line / console user interface responses prettier with text formating (colors, bold, etc.)
28 28
    * Can be switched on/off in kamaki configuration file: colors=on/off
29
    * Has not been tested on non unix / linux based platforms
29 30

  
30
* progress 
31
    * Attach progress bars to various kamaki commands (e.g. kamaki store upload)
32
    * If desired, progress version should be 1.0.2 or better
31
* mock 
32
    * For kamaki contributors only
33
    * Allow unittests to run on kamaki.clients package
34
    * Needs mock version 1.X or better
33 35

  
34 36
Any of the above features can be installed at any time before or after kamaki installation.
35 37

  
......
257 259
    url=<URL of quotaholder service>
258 260

  
259 261
Quotaholder is not tested in livetest
262

  
263
The unit testing system
264
"""""""""""""""""""""""
265

  
266
Kamaki container a set of finegrained unit tests for the kamaki.clients package. This set is not used when kamaki is running. Instead, it is aimed to developers who debug or extent the kamaki clients library. For more information, check the `Going Agile <developers/extending-clients-api.html#going-agile>`_ entry at the `developers section <developers/extending-clients-api.html>`_.

Also available in: Unified diff