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