We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19ca396 + b6b9a52 commit 6f8a080Copy full SHA for 6f8a080
2 files changed
openstackclient/tests/unit/volume/v1/test_volume.py
@@ -57,10 +57,6 @@ def setup_volumes_mock(self, count):
57
return volumes
58
59
60
-# TODO(dtroyer): The volume create tests are incomplete, only the minimal
61
-# options and the options that require additional processing
62
-# are implemented at this time.
63
-
64
class TestVolumeCreate(TestVolume):
65
66
project = identity_fakes.FakeProject.create_one_project()
openstackclient/tests/unit/volume/v2/fakes.py
@@ -250,10 +250,7 @@ def setUp(self):
250
251
252
class FakeVolume(object):
253
- """Fake one or more volumes.
254
255
- TODO(xiexs): Currently, only volume API v2 is supported by this class.
256
- """
+ """Fake one or more volumes."""
257
258
@staticmethod
259
def create_one_volume(attrs=None):
0 commit comments