Revision 80f0d425 kamaki/clients/tests/__init__.py

b/kamaki/clients/tests/__init__.py
96 96
                exceptions[method[0]] = extract_stack()
97 97
        for m, e in exceptions.items():
98 98
            print('==================\nFAIL: %s\n------------------' % m[6:])
99
            print_stack(e)
99
            for err in e[-30:]:
100
                print('%s %s %s %s' % err)
100 101
        if exceptions:
101 102
            raise AssertionError('(#of fails: %s)' % len(exceptions))
102 103

  

Also available in: Unified diff