def test_list(self): from pythonbrew.commands.list import ListCommand c = ListCommand() c.run_command(self.Options({ 'all_versions': False, 'known': False }), None)
def test_07_list(): from pythonbrew.commands.list import ListCommand c = ListCommand() c.run_command(Options({'all_versions':False, 'known':False}), None)
def test_list(): from pythonbrew.commands.list import ListCommand c = ListCommand() c.run_command(ListOptions(), None)