Lines Matching full:getpass
10 import copy, getpass, unittest, sys110 self.god.stub_function(getpass, 'getuser')111 getpass.getuser.expect_call().and_return('user0')