예제 #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(), {})