cinder/cinder/tests/backup
Marc Koderer 64f6bebc66 Use abstract class for the backup driver interface
Instead of using NotImplementedError exceptions to define the interface
it's better to use python abc class [1]. The advantage that it fails
faster if a class doesn't implement the needed interface.
See also [2].

[1]: http://legacy.python.org/dev/peps/pep-3119/
[2]: http://dbader.org/blog/abstract-base-classes-in-python

Change-Id: I625a73f70ac5c6ca68ee38a70c98d999454a817e
Partial-Bug: #1346797
2014-08-15 08:30:05 +02:00
..
__init__.py Empty files shouldn't contain copyright nor license 2013-12-26 22:45:17 -06:00
fake_service.py Use abstract class for the backup driver interface 2014-08-15 08:30:05 +02:00
fake_service_with_verify.py Use abstract class for the backup driver interface 2014-08-15 08:30:05 +02:00
fake_swift_client.py Enable import group hacking rule 2014-08-14 13:10:58 +08:00