Revision 3a5b1ceb kamaki/cli/test.py

b/kamaki/cli/test.py
35 35
from inspect import getmembers, isclass
36 36

  
37 37
from kamaki.cli.command_tree.test import Command, CommandTree
38
from kamaki.cli.argument.test import Argument, ConfigArgument
39
from kamaki.cli.argument.test import RuntimeConfigArgument
38
from kamaki.cli.argument.test import (
39
    Argument, ConfigArgument, RuntimeConfigArgument, FlagArgument,
40
    ValueArgument)
40 41

  
41 42

  
42 43
#  TestCase auxiliary methods

Also available in: Unified diff