diff options
| author | Sergey Lukjanov <slukjanov@mirantis.com> | 2013-06-02 20:41:20 +0400 |
|---|---|---|
| committer | Sergey Lukjanov <slukjanov@mirantis.com> | 2013-06-03 07:53:21 +0400 |
| commit | e3545f828dabe165dc08b2f1670e5f1f19919d0d (patch) | |
| tree | ead970c643632ed624c6bda25e902f47cf13b49e /tests/unit/test_plugin.py | |
| parent | 15d8d698b7c67c43dc7a2b0c2c6952734bd2ba66 (diff) | |
| download | oslo-e3545f828dabe165dc08b2f1670e5f1f19919d0d.tar.gz oslo-e3545f828dabe165dc08b2f1670e5f1f19919d0d.tar.xz oslo-e3545f828dabe165dc08b2f1670e5f1f19919d0d.zip | |
Enable hacking H402 test
H402 one line docstring needs punctuation
Change-Id: Ie848453cace318d8310cdf0234c512f4c1121119
Diffstat (limited to 'tests/unit/test_plugin.py')
| -rw-r--r-- | tests/unit/test_plugin.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/test_plugin.py b/tests/unit/test_plugin.py index 8ee405a..fd653d7 100644 --- a/tests/unit/test_plugin.py +++ b/tests/unit/test_plugin.py @@ -37,7 +37,7 @@ class ManagerTestCase(utils.BaseTestCase): class NotifyTestCase(utils.BaseTestCase): - """Test case for the plugin notification interface""" + """Test case for the plugin notification interface.""" def test_add_notifier(self): notifier1 = SimpleNotifier() @@ -99,7 +99,7 @@ class MockExtManager(): class APITestCase(utils.BaseTestCase): - """Test case for the plugin api extension interface""" + """Test case for the plugin api extension interface.""" def test_add_extension(self): def mock_load(_s): return TestPluginClass() |
