Esempio n. 1
0
 def test_generate_password_skips_if_failed(self, Command):
     config = ScratchOrgConfig({'username': '******'}, 'test')
     config.password_failed = True
     config.generate_password()
     Command.assert_not_called()
 def test_generate_password_skips_if_failed(self, Command):
     config = ScratchOrgConfig({"username": "******"}, "test")
     config.password_failed = True
     config.generate_password()
     Command.assert_not_called()
 def test_generate_password_skips_if_failed(self, Command):
     config = ScratchOrgConfig({"username": "******"}, "test")
     config.password_failed = True
     config.generate_password()
     Command.assert_not_called()