Statistics
| Branch: | Tag: | Revision:

root / kamaki / cli / test.py @ fa9c0c38

History | View | Annotate | Download (18.3 kB)

# Date Author Comment
cfebddb5 08/30/2013 04:55 pm Stavros Sachtouris

Add the raiseCLIError method under unit tests

Refs: #4058

f10cef01 08/30/2013 04:23 pm Stavros Sachtouris

Test All cli.errors error classes

Refs: #4058

ca5528f1 08/27/2013 04:38 pm Stavros Sachtouris

Add meta/properties image methods, whip compute

Refs: #4231

New methods:
/image meta list/set/delete --<meta>[=value] ... -p k1[=v1] [-p k2[=v2]] ...

b3cb58c2 08/08/2013 12:59 pm Stavros Sachtouris

Create a kamaki.cli.utils package

Refs: #4059

cdeadadc 08/07/2013 06:29 pm Stavros Sachtouris

Initialize tests for kamaki.cli.utils

Refs: #4058

4769da6b 08/06/2013 06:50 pm Stavros Sachtouris

Add unittests for kamaki.cli.logger

Refs: #4058

98093aac 08/06/2013 01:28 pm Stavros Sachtouris

Complete unittests for kamaki.cli.history class

Refs: #4058

631b7c35 07/19/2013 06:17 pm Stavros Sachtouris

Test ArgumentParseManager upto update_parser

Refs: #4058

c0fbf04c 07/19/2013 04:36 pm Stavros Sachtouris

Test ProgressBarArgument

Refs: #4058

8d427cb9 07/19/2013 12:22 pm Stavros Sachtouris

Test Version and KeyValue Arguments

Refs: #4058

b7ff6e0c 07/18/2013 06:38 pm Stavros Sachtouris

Test DateArgument

Refs: #4058

02987e9c 07/18/2013 05:09 pm Stavros Sachtouris

Test IntArgument

Refs: #4058

3a5b1ceb 07/18/2013 04:46 pm Stavros Sachtouris

Test FlagArgument and ValueArgument

Refs: #4058

1bd4f765 07/17/2013 04:43 pm Stavros Sachtouris

Initialize RuntimeConfigArgument unittests

Refs: #4058

a7aacf12 07/16/2013 06:22 pm Stavros Sachtouris

Complete ConfigArgument testing

Refs: #4058

5286e2c3 07/16/2013 02:57 pm Stavros Sachtouris

Initialize unittests for argument.Argument

Refs: #4058

Also, make argument package a directory

0962adb7 07/15/2013 12:54 pm Stavros Sachtouris

Setup test example commands for CommandTree

Refs: #4058

2fde8651 07/12/2013 01:27 pm Stavros Sachtouris

Setup unittest for CLI and apply to commant_tree

Refs: #4058

Only a init and name methods are tested for now