Revision 5286e2c3 kamaki/cli/test.py

b/kamaki/cli/test.py
31 31
# interpreted as representing official policies, either expressed
32 32
# or implied, of GRNET S.A.
33 33

  
34
from mock import patch, call
35 34
from unittest import makeSuite, TestSuite, TextTestRunner, TestCase
36
from time import sleep
37 35
from inspect import getmembers, isclass
38
from itertools import product
39
from random import randint
40 36

  
41 37
from kamaki.cli.command_tree.test import Command, CommandTree
38
from kamaki.cli.argument.test import Argument
42 39

  
43 40

  
44 41
#  TestCase auxiliary methods

Also available in: Unified diff