taucmdr.tests.test_util module¶
Test functions.
Functions used for unit tests of util.py.
-
class
taucmdr.tests.test_util.CamelCaseTest(methodName='runTest')[source]¶ Bases:
taucmdr.tests.TestCaseClass to test the camelcase function in utils.
-
class
taucmdr.tests.test_util.HumanSizeTest(methodName='runTest')[source]¶ Bases:
taucmdr.tests.TestCaseClass to test the human_size function in utils.
-
class
taucmdr.tests.test_util.IsCleanContainerTest(methodName='runTest')[source]¶ Bases:
taucmdr.tests.TestCaseClass to test checking whether containers contain disallowed binary data.
-
class
taucmdr.tests.test_util.IsUrlTest(methodName='runTest')[source]¶ Bases:
taucmdr.tests.TestCaseClass to test the is_url function in utils.
