示例#1
0
def test_automaster():
    """
    Test the list the contents of the fstab
    """
    assert mount.automaster() == {}
示例#2
0
 def test_automaster(self):
     '''
     Test the list the contents of the fstab
     '''
     self.assertDictEqual(mount.automaster(), {})
示例#3
0
 def test_automaster(self):
     '''
     Test the list the contents of the fstab
     '''
     self.assertDictEqual(mount.automaster(), {})