def test_lists_languages(): with patch('lure.runner.log') as log: languages() assert log.info.called
def _list(arguments): available = languages()