From 46361cb48f7bf2910e9a5145c95899b8f8f2e555 Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Wed, 9 Aug 2017 22:30:25 -0700 Subject: NSB fixes: docstring, whitespace, etc. remove unused docstring params remove whitespace fix sudo vnf_build command ignore stdout Signed-off-by: Ross Brattain Change-Id: I6fcdbb0ed4bc6b7fc2f557529f5ff9fd960c05e9 --- tests/unit/common/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/unit/common/test_utils.py b/tests/unit/common/test_utils.py index f29de5ca0..f25e6cc07 100644 --- a/tests/unit/common/test_utils.py +++ b/tests/unit/common/test_utils.py @@ -155,7 +155,7 @@ class TestMacAddressToHex(unittest.TestCase): self.assertEqual(utils.mac_address_to_hex_list("ea:3e:e1:9a:99:e8"), ['0xea', '0x3e', '0xe1', '0x9a', '0x99', '0xe8']) - + class TranslateToStrTestCase(unittest.TestCase): def test_translate_to_str_unicode(self): -- cgit 1.2.3-korg