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