提交 dc64e112 编写于 作者: C Cleber Rosa

multiplexer_unittest.py: switch from comments to a docstring

Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 b8b9fee2
......@@ -43,14 +43,18 @@ class TestPathParent(unittest.TestCase):
class TestAnySibling(unittest.TestCase):
def setUp(self):
# os:
# linux:
# mint:
# fedora:
# win:
# winxp:
# win7:
# win8:
"""
Setup the following tree node structure:
os:
linux:
mint:
fedora:
win:
winxp:
win7:
win8:
"""
t = TreeNode('/root')
os = t.add_child(TreeNode('os'))
linux = os.add_child(TreeNode('linux'))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册