Revision 3c50df2e kamaki/clients/storage/test.py

b/kamaki/clients/storage/test.py
138 138
        pass
139 139

  
140 140

  
141
class Storage(TestCase):
141
class StorageClient(TestCase):
142 142

  
143 143
    files = []
144 144

  
......
413 413
if __name__ == '__main__':
414 414
    from sys import argv
415 415
    from kamaki.clients.test import runTestCase
416
    runTestCase(Storage, 'Storage Client', argv[1:])
416
    runTestCase(StorageClient, 'Storage Client', argv[1:])

Also available in: Unified diff