Example #1
0
 def test_list_users(self):
     """
     Test if it returns a list of all users
     """
     self.assertTrue(useradd.list_users())
Example #2
0
 def test_list_users(self):
     '''
     Test if it returns a list of all users
     '''
     self.assertTrue(useradd.list_users())
Example #3
0
 def test_list_users(self):
     '''
     Test if it returns a list of all users
     '''
     self.assertTrue(useradd.list_users())