Home | History | Annotate | Download | only in cli

Lines Matching full:getpass

10 import copy, getpass, unittest, sys
110 self.god.stub_function(getpass, 'getuser')
111 getpass.getuser.expect_call().and_return('user0')