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