def test_update(self):
     from pythonbrew.commands.update import UpdateCommand
     c = UpdateCommand()
     c.run_command(
         self.Options({
             'master': True,
             'develop': False,
             'config': False,
             'force': False
         }), None)