Esempio n. 1
0
 def test_items(self):
     """
     Return a dict of the entire environment set for the salt process
     """
     self.assertNotEqual(list(environ.items()), [])
Esempio n. 2
0
 def test_items(self):
     '''
     Return a dict of the entire environment set for the salt process
     '''
     self.assertNotEqual(list(environ.items()), [])