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