def test_list(self):
     from pythonbrew.commands.list import ListCommand
     c = ListCommand()
     c.run_command(self.Options({
         'all_versions': False,
         'known': False
     }), None)
Пример #2
0
def test_07_list():
    from pythonbrew.commands.list import ListCommand
    c = ListCommand()
    c.run_command(Options({'all_versions':False, 'known':False}), 
                  None)
Пример #3
0
def test_list():
    from pythonbrew.commands.list import ListCommand
    c = ListCommand()
    c.run_command(ListOptions(), None)