Revision f8681ec8 kamaki/cli/commands/test_cli.py

b/kamaki/cli/commands/test_cli.py
149 149
        print('\nTest extreme dict:\n- - -')
150 150
        print_dict(self.d3)
151 151
        print('- - -\n')
152

  
152
        print('Test simple enumerated dict:\n- - -')
153
        print_dict(self.d1, with_enumeration=True)
154
        print('- - -\n')
153 155
        print('\nTest simple enumerated list:\n- - -')
154
        print_list(self.l1, enumerate=True)
156
        print_list(self.l1, with_enumeration=True)
157
        print('- - -\n')
158
        print('Test non-trivial deep-enumerated dict:\n- - -')
159
        print_dict(self.d2, with_enumeration=True, recursive_enumeration=True)
155 160
        print('- - -\n')
156 161
        print('\nTest non-trivial enumerated list:\n- - -')
157
        print_list(self.l2, enumerate=True)
162
        print_list(self.l2, with_enumeration=True)
158 163
        print('- - -')

Also available in: Unified diff